Home
last modified time | relevance | path

Searched refs:unlock_typeahead (Results 1 – 3 of 3) sorted by relevance

/dports/x11/xscreensaver/xscreensaver-5.44/driver/
H A Dtimers.c684 if (si->unlock_typeahead) in swallow_unlock_typeahead_events()
686 memset (si->unlock_typeahead, 0, strlen(si->unlock_typeahead)); in swallow_unlock_typeahead_events()
687 free (si->unlock_typeahead); in swallow_unlock_typeahead_events()
691 si->unlock_typeahead = strdup (buf); in swallow_unlock_typeahead_events()
693 si->unlock_typeahead = 0; in swallow_unlock_typeahead_events()
H A Dlock.c1977 if (!si->unlock_typeahead) in handle_typeahead()
1982 i = strlen (si->unlock_typeahead); in handle_typeahead()
1986 memcpy (pw->typed_passwd, si->unlock_typeahead, i); in handle_typeahead()
1996 memset (si->unlock_typeahead, '*', strlen(si->unlock_typeahead)); in handle_typeahead()
1997 si->unlock_typeahead[i] = 0; in handle_typeahead()
1998 update_passwd_window (si, si->unlock_typeahead, pw->ratio); in handle_typeahead()
2000 free (si->unlock_typeahead); in handle_typeahead()
2001 si->unlock_typeahead = 0; in handle_typeahead()
H A Dtypes.h280 char *unlock_typeahead; /* If the screen is locked, and the user types member