/freebsd/contrib/less/ |
H A D | decode.c | 75 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 D | less.hlp | 17 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 D | NEWS | 124 * 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 D | less.h | 172 #define IS_CSI_START(c) (((LWCHAR)(c)) == ESC || (((LWCHAR)(c)) == CSI)) 552 #define ESC CONTROL('[') 534 #define ESC global() macro
|
H A D | lesskey_parse.c | 19 #define ESC CONTROL('[') macro 230 return char_string(buf, ESC, 1); in tstr()
|
/freebsd/usr.sbin/bsdconfig/usermgmt/share/ |
H A D | user_input.subr | 156 # 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 D | group_input.subr | 123 # 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 D | group.subr | 139 # 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 D | citrus_iso2022.c | 483 #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 D | ee.msg | 53 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 D | keysets.pl | 21 my $ESC = 0x0020; 42 $v |= $ESC if $c =~ /\\/; 83 #define CONF_ESC $ESC
|
/freebsd/lib/libiconv_modules/HZ/ |
H A D | citrus_hz.c | 104 #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 D | password.subr | 43 # 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 D | sh.file.c | 53 #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 D | tw.h | 75 #define ESC CTL_ESC('\033') macro
|
/freebsd/usr.bin/col/ |
H A D | col.c | 54 #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 D | ascii.h | 68 #define ESC 27 macro
|
/freebsd/usr.sbin/bsdconfig/startup/share/ |
H A D | rcedit.subr | 45 # 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 D | freebsd-tips.sp.ok | 22 ESC
|
/freebsd/sys/contrib/device-tree/src/arm/microchip/ |
H A D | at91-wb50n.dts | 21 linux,code = <1>; /* ESC button */
|
/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | microchip,pic32-gpio.txt | 45 label = "ESC";
|
H A D | gpio_oxnas.txt | 43 label = "ESC";
|
/freebsd/share/skel/ |
H A D | dot.shrc | 16 # e.g. ESC to go into visual mode.
|
/freebsd/bin/sh/ |
H A D | dot.shrc | 16 # e.g. ESC to go into visual mode.
|
/freebsd/contrib/dialog/ |
H A D | ui_getc.c | 504 ch = ESC; in dlg_getc() 509 ch = ESC; in dlg_getc()
|