Home
last modified time | relevance | path

Searched refs:pressed (Results 1 – 25 of 38) sorted by relevance

12

/freebsd-12-stable/stand/forth/
Dcheck-password.4th45 \ This function blocks program flow (loops forever) until a key is pressed.
46 \ The key that was pressed is added to the top of the stack in the form of its
56 key? if \ Was a key pressed? (see loader(8))
58 key \ Get the key that was pressed
60 \ Check key pressed (see loader(8)) and input limit
104 0 sgetkey \ Block here, waiting for a key to be pressed
107 \ security reasons). If Enter is pressed, we process the
128 drop \ last key pressed
129 again \ Enter was not pressed; repeat
Dmenu.4th716 \ This function blocks program flow (loops forever) until a key is pressed.
717 \ The key that was pressed is added to the top of the stack in the form of its
773 key? if \ Was a key pressed? (see loader(8))
775 \ An actual key was pressed (if the timeout is running,
776 \ kill it regardless of which key was pressed)
785 \ get the key that was pressed and exit (if we
833 dup ( n -- n n ) \ key pressed
877 dup ( n -- n n ) \ key pressed
885 2 pick ( n c-addr/u -- n c-addr/u n ) \ key pressed
904 2 pick ( n c-addr/u -- n c-addr/u n ) \ key pressed
[all …]
Ddelay.4th97 \ waiting for either ENTER or Ctrl-C/Escape to be pressed
/freebsd-12-stable/usr.sbin/bsdconfig/usermgmt/share/
Dgroup_input.subr136 # Return if user has either pressed ESC or chosen Cancel/No
221 # Return if user has either pressed ESC or chosen Cancel/No
238 # Return if user has either pressed ESC or chosen Cancel/No
279 # Return if user has either pressed ESC or chosen Cancel/No
333 # Return if user has either pressed ESC or chosen Cancel/No
383 # pressed ESC or chose Cancel/No
401 # pressed ESC or chose Cancel/No
416 # success unless the user chose Cancel or pressed ESC. Data to display is taken
475 # Returns success unless the user chose Cancel or pressed ESC. Data to display
537 # Returns success unless the user chose Cancel or pressed ESC. Data to display
Duser_input.subr200 # Return if user has either pressed ESC or chosen Cancel/No
252 # pressed ESC or chose Cancel/No
270 # pressed ESC or chose Cancel/No
311 # Return if user has either pressed ESC or chosen Cancel/No
392 # Return if user either pressed ESC or chose Cancel/No
406 # Return if user either pressed ESC or chose Cancel/No
448 # Return if user has either pressed ESC or chosen Cancel/No
466 # Return if user has either pressed ESC or chosen Cancel/No
484 # Return if user has either pressed ESC or chosen Cancel/No
502 # Return if user has either pressed ESC or chosen Cancel/No
[all …]
Dgroup.subr154 # Return if user either pressed ESC or chose Cancel/No
287 # Return if user either pressed ESC or chose Cancel/No
420 # Return if user either pressed ESC or chose Cancel/No
Duser.subr362 # Return if user either pressed ESC or chose Cancel/No
605 # Return if user either pressed ESC or chose Cancel/No
1003 # Return if user either pressed ESC or chose Cancel/No
/freebsd-12-stable/usr.sbin/bsdconfig/password/share/
Dpassword.subr84 # Return if user either pressed ESC or chose Cancel/No
98 # Return if user either pressed ESC or chose Cancel/No
/freebsd-12-stable/sys/xen/interface/io/
Dkbdif.h59 uint8_t pressed; /* 1 if pressed; 0 otherwise */ member
/freebsd-12-stable/share/examples/ipfw/
Dchange_rules.sh126 rules' does not appear on the screen or the y key is not pressed in 30
/freebsd-12-stable/sys/dev/gpio/
Dgpiokeys.c186 gpiokeys_key_event(struct gpiokeys_softc *sc, struct gpiokey *key, int pressed) in gpiokeys_key_event() argument
194 evdev_push_key(sc->sc_evdev, key->evcode, pressed); in gpiokeys_key_event()
200 if (!pressed) in gpiokeys_key_event()
/freebsd-12-stable/usr.sbin/bsdconfig/startup/share/
Drcedit.subr72 # Return if user has either pressed ESC or chosen Cancel/No
Drcconf.subr280 # success unless the user chose `Cancel' or pressed Escape.
470 # Return if user either pressed ESC or chosen Cancel/No
/freebsd-12-stable/usr.sbin/bsdconfig/networking/share/
Dnetmask.subr112 # - User has either pressed ESC or chosen Cancel/No
Dipaddr.subr163 # - User has either pressed ESC or chosen Cancel/No
Dresolv.subr475 # Return if "Cancel" was chosen (-1) or ESC was pressed (255)
/freebsd-12-stable/sys/gnu/dts/arm/
Darmada-xp-synology-ds414.dts69 * button is pressed. The converter needs to be
/freebsd-12-stable/crypto/openssl/doc/man3/
DUI_create_method.pod78 actually display it and accepting input ended with a pressed button.
/freebsd-12-stable/stand/i386/boot0/
Dboot0.S449 cmpb $0x4,%al # F5/#5 pressed?
/freebsd-12-stable/usr.sbin/bsdconfig/timezone/share/
Dzones.subr478 # pressed (see dialog(1) for additional details).
/freebsd-12-stable/usr.sbin/bsdconfig/share/packages/
Dpackages.subr570 # or the user has pressed ESC, or if they have chosen Cancel.
618 # Return if the user pressed ESC or chose Cancel/No
/freebsd-12-stable/contrib/dialog/
DCHANGES385 key is pressed (patch by Creidieki M Crouch).
669 second time if the help-button was pressed but no item-help option
1341 Help-button was pressed (request by Amon Ott).
1403 the exit was because ESC was pressed (patch by Diego Alvarez,
1425 + correct exit-code for menubox.c when Cancel is pressed. This was
1758 + repaint screen when a control/L is pressed.
/freebsd-12-stable/contrib/less/
DNEWS299 * Less now exits with status 2 if control-C is pressed and -K is in effect.
745 * Fixed bug on Windows when CAPS-LOCK or NUM-LOCK is pressed.
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
DSignals.inc86 /// The function to call if ctrl-c is pressed.
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
DREADME-WPS147 a button is also pressed at the AP/Registrar at about the same time (2

12