Home
last modified time | relevance | path

Searched refs:ESC (Results 1 – 25 of 80) sorted by relevance

1234

/freebsd/contrib/less/
H A Ddecode.c75 ESC,'[','M',0, A_X11MOUSE_IN,
76 ESC,'[','<',0, A_X116MOUSE_IN,
84 ESC,'v',0, A_B_SCREEN,
88 ESC,' ',0, A_FF_SCREEN,
90 ESC,'F',0, A_F_UNTIL_HILITE,
95 ESC,'u',0, A_UNDO_SEARCH,
96 ESC,'U',0, A_CLR_SEARCH,
100 ESC,'<',0, A_GOLINE,
103 ESC,'(',0, A_LSHIFT,
104 ESC,')',
[all...]
H A Dless.hlp17 b ^B ESC-v * Backward one window (or _N lines).
20 ESC-SPACE * Forward one window, but don't stop at end-of-file.
23 ESC-) RightArrow * Right one half screen width (or _N positions).
24 ESC-( LeftArrow * Left one half screen width (or _N positions).
25 ESC-} ^RightArrow Right to last column displayed.
26 ESC-{ ^LeftArrow Left to first column.
28 ESC-F Like F but stop when search pattern is found.
42 ESC-n * Repeat previous search, spanning files.
43 ESC-N * Repeat previous search, reverse dir. & spanning files.
47 ESC
[all...]
H A DNEWS124 * Fix bug that made ESC-} fail if top line on screen was empty (github #429).
288 * Fix ESC-BACKSPACE command when BACKSPACE key does not send 0x08
351 * Change ESC-u command to toggle, not disable, highlighting per man page.
353 * Add ESC-U command.
460 * New command ESC-m removes a line mark.
466 * A second ESC-u command will clear search match markers in the status column.
509 * New commands ESC-{ and ESC-} to shift to start/end of displayed lines.
531 * New command ESC-G goes to end of currently buffered data in a pipe.
585 * Add ESC
[all...]
H A Dless.h172 #define IS_CSI_START(c) (((LWCHAR)(c)) == ESC || (((LWCHAR)(c)) == CSI))
552 #define ESC CONTROL('[')
534 #define ESC global() macro
H A Dlesskey_parse.c19 #define ESC CONTROL('[') macro
230 return char_string(buf, ESC, 1); in tstr()
/freebsd/usr.sbin/bsdconfig/usermgmt/share/
H A Duser_input.subr156 # not cancel or press ESC, the $var_to_set variable will hold the newly-
199 # Return if user has either pressed ESC or chosen Cancel/No
251 # pressed ESC or chose Cancel/No
269 # pressed ESC or chose Cancel/No
298 # not cancel or press ESC, the $var_to_set variable will hold the newly-
310 # Return if user has either pressed ESC or chosen Cancel/No
348 # press ESC, $var_to_set will hold the confirmed user entry. Otherwise, if the
391 # Return if user either pressed ESC or chose Cancel/No
405 # Return if user either pressed ESC or chose Cancel/No
440 # user does not cancel or press ESC, the $var_to_set variable will hold the
[all …]
H A Dgroup_input.subr123 # or press ESC, the $var_to_set variable will hold the newly-configured value
135 # Return if user has either pressed ESC or chosen Cancel/No
173 # press ESC, $var_to_set will hold the confirmed user entry. Otherwise, if the
220 # Return if user has either pressed ESC or chosen Cancel/No
237 # Return if user has either pressed ESC or chosen Cancel/No
271 # cancel or press ESC, the $var_to_set variable will hold the newly-configured
278 # Return if user has either pressed ESC or chosen Cancel/No
289 # does not cancel or press ESC, the $var_to_set variable will hold the newly-
332 # Return if user has either pressed ESC or chosen Cancel/No
382 # pressed ESC or chose Cancel/No
[all …]
H A Dgroup.subr139 # Loop until the user decides to Exit, Cancel, or presses ESC
153 # Return if user either pressed ESC or chose Cancel/No
272 # Loop until the user decides to Exit, Cancel, or presses ESC
286 # Return if user either pressed ESC or chose Cancel/No
405 # Loop until the user decides to Exit, Cancel, or presses ESC
419 # Return if user either pressed ESC or chose Cancel/No
/freebsd/lib/libiconv_modules/ISO2022/
H A Dcitrus_iso2022.c483 #define ESC '\033' macro
497 { CS94MULTI, -1, 2, -1, -1, 3, { ESC, '$', OECMA }, },
499 { CS94MULTI, -1, 5, -1, 2, 6, { ESC, '&', ECMA, ESC, '$', OECMA }, },
501 { CS94, 1, 2, -1, -1, 3, { ESC, CS94, ECMA, }, },
503 { CS94, 1, 3, 2, -1, 4, { ESC, CS94, INTERM, ECMA, }, },
505 { CS96, 1, 2, -1, -1, 3, { ESC, CS96, ECMA, }, },
507 { CS96, 1, 3, 2, -1, 4, { ESC, CS96, INTERM, ECMA, }, },
509 { CS94MULTI, 2, 3, -1, -1, 4, { ESC, '$', CS94, ECMA, }, },
511 { CS96MULTI, 2, 3, -1, -1, 4, { ESC, '$', CS96, ECMA, }, },
513 { CS94MULTI, 5, 6, -1, 2, 7, { ESC, '&', ECMA, ESC, '$', CS94, ECMA, }, },
[all …]
/freebsd/usr.bin/ee/nls/uk_UA.KOI8-U/
H A Dee.msg53 44 "^[ (escape) ���� ESC-Enter: ����� � ee "
66 57 "^[ (ESC) ���� ^e �� ������... ^y ������ ����� ^u ����� ^p -���Ҧ��� "
70 61 "^c ������� ^k ������ ������ ^f צ������� ������ ESC-Enter: ����� � ee"
163 154 "^[ (ESC) ���� ^y �� ������ ^k ������ ����� ^p -����� ^g -���Ҧ���"
/freebsd/crypto/openssl/crypto/conf/
H A Dkeysets.pl21 my $ESC = 0x0020;
42 $v |= $ESC if $c =~ /\\/;
83 #define CONF_ESC $ESC
/freebsd/lib/libiconv_modules/HZ/
H A Dcitrus_hz.c104 #define ESC(escape) ((escape)->ch) macro
113 if (ESC(escape) == ch) in find_escape()
247 if (ESC(init) != ch) in _citrus_HZ_mbrtowc_priv()
256 ESC(init) != ch) in _citrus_HZ_mbrtowc_priv()
280 bit |= ESC(psenc->inuse) << 24; in _citrus_HZ_mbrtowc_priv()
368 psenc->ch[psenc->chlen++] = ESC(init); in _citrus_HZ_wcrtomb_priv()
374 psenc->ch[psenc->chlen++] = ESC(candidate); in _citrus_HZ_wcrtomb_priv()
411 psenc->ch[psenc->chlen++] = ESC(candidate); in _citrus_HZ_put_state_reset()
/freebsd/usr.sbin/bsdconfig/password/share/
H A Dpassword.subr43 # press ESC, the $pw_password environment variable will hold the password.
83 # Return if user either pressed ESC or chose Cancel/No
97 # Return if user either pressed ESC or chose Cancel/No
/freebsd/contrib/tcsh/
H A Dsh.file.c53 #define ESC CTL_ESC('\033') macro
101 tchars.c_cc[VEOL] = ESC; in setup_tty()
137 tchars.t_brkc = ESC; in setup_tty()
707 command = (last_Char == ESC) ? RECOGNIZE : LIST; in tenex()
711 if (last_Char == ESC) in tenex()
H A Dtw.h75 #define ESC CTL_ESC('\033') macro
/freebsd/usr.bin/col/
H A Dcol.c54 #define ESC '\033' /* escape */ macro
185 case ESC: /* just ignore EOF */ in main()
407 PUTC(ESC); in flush_blanks()
/freebsd/contrib/ntp/include/
H A Dascii.h68 #define ESC 27 macro
/freebsd/usr.sbin/bsdconfig/startup/share/
H A Drcedit.subr45 # user does not cancel or press ESC, the variable will be saved without
71 # Return if user has either pressed ESC or chosen Cancel/No
/freebsd/usr.bin/fortune/datfiles/
H A Dfreebsd-tips.sp.ok22 ESC
/freebsd/sys/contrib/device-tree/src/arm/microchip/
H A Dat91-wb50n.dts21 linux,code = <1>; /* ESC button */
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dmicrochip,pic32-gpio.txt45 label = "ESC";
H A Dgpio_oxnas.txt43 label = "ESC";
/freebsd/share/skel/
H A Ddot.shrc16 # e.g. ESC to go into visual mode.
/freebsd/bin/sh/
H A Ddot.shrc16 # e.g. ESC to go into visual mode.
/freebsd/contrib/dialog/
H A Dui_getc.c504 ch = ESC; in dlg_getc()
509 ch = ESC; in dlg_getc()

1234