| /freebsd-14.2/contrib/less/ |
| H A D | decode.c | 80 ESC,'v',0, A_B_SCREEN, 84 ESC,' ',0, A_FF_SCREEN, 96 ESC,'<',0, A_GOLINE, 99 ESC,'[',0, A_LSHIFT, 100 ESC,']',0, A_RSHIFT, 101 ESC,'(',0, A_LSHIFT, 102 ESC,')',0, A_RSHIFT, 103 ESC,'{',0, A_LLSHIFT, 104 ESC,'}',0, A_RRSHIFT, 119 ESC,'>',0, A_GOEND, [all …]
|
| H A D | less.hlp | 17 b ^B ESC-v * Backward one window (or _N lines). 25 ESC-} ^RightArrow Right to last column displayed. 26 ESC-{ ^LeftArrow Left to first column. 42 ESC-n * Repeat previous search, spanning files. 44 ESC-u Undo (toggle) search highlighting. 45 ESC-U Clear search highlighting. 61 G > ESC-> * Go to last line in file (or line _N). 80 ESC-m_<_l_e_t_t_e_r_> Clear a mark. 285 ctrl-RightArrow ESC-RightArrow ESC-w ... Move cursor right one word. 286 ctrl-LeftArrow ESC-LeftArrow ESC-b ... Move cursor left one word. [all …]
|
| H A D | NEWS | 219 * Add ESC-U command. 326 * New command ESC-m removes a line mark. 375 * New commands ESC-{ and ESC-} to shift to start/end of displayed lines. 676 are disabled via the -G option or the ESC-u command. 966 * LeftArrow and RightArrow are same as ESC-[ and ESC-]. 968 * Added commands ESC-( and ESC-), same as ESC-[ and ESC-]. 990 * New commands ESC-] and ESC-[ scroll the display horizontally. 1174 * New commands ESC-^F and ESC-^B match arbitrary types of brackets. 1185 ESC-/ Search forward thru file boundaries 1186 ESC-? Search backward thru file boundaries [all …]
|
| H A D | less.h | 179 #define IS_CSI_START(c) (((LWCHAR)(c)) == ESC || (((LWCHAR)(c)) == CSI)) 534 #define ESC CONTROL('[') macro
|
| H A D | lesskey_parse.c | 19 #define ESC CONTROL('[') macro 223 return char_string(buf, ESC, 1); in tstr()
|
| /freebsd-14.2/usr.sbin/bsdconfig/usermgmt/share/ |
| H A D | user_input.subr | 251 # pressed ESC or chose Cancel/No 269 # pressed ESC or chose Cancel/No 391 # Return if user either pressed ESC or chose Cancel/No 405 # Return if user either pressed ESC or chose Cancel/No 601 # Return to menu if either ESC or Cancel/No 623 # Return to menu if either ESC or Cancel/No 636 # Return to menu if either ESC or Cancel/No 744 # Return to menu if either ESC or Cancel/No 766 # Return to menu if either ESC or Cancel/No 779 # Return to menu if either ESC or Cancel/No [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-14.2/lib/libiconv_modules/ISO2022/ |
| H A D | citrus_iso2022.c | 484 #define ESC '\033' macro 500 { CS94MULTI, -1, 5, -1, 2, 6, { ESC, '&', ECMA, ESC, '$', OECMA }, }, 514 { CS94MULTI, 5, 6, -1, 2, 7, { ESC, '&', ECMA, ESC, '$', CS94, ECMA, }, }, 516 { -1, -1, -1, -1, -1, 2, { ESC, 'n', }, }, 517 { -1, -1, -1, -1, -1, 2, { ESC, 'o', }, }, 519 { -1, -1, -1, -1, -1, 2, { ESC, '~', }, }, 520 { -1, -1, -1, -1, -1, 2, { ESC, /*{*/ '}', }, }, 521 { -1, -1, -1, -1, -1, 2, { ESC, '|', }, }, 523 { -1, -1, -1, -1, -1, 2, { ESC, 'N', }, }, 524 { -1, -1, -1, -1, -1, 2, { ESC, 'O', }, }, [all …]
|
| /freebsd-14.2/crypto/openssl/crypto/conf/ |
| H A D | keysets.pl | 21 my $ESC = 0x0020; 42 $v |= $ESC if $c =~ /\\/; 83 #define CONF_ESC $ESC
|
| /freebsd-14.2/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-14.2/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-14.2/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-14.2/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-14.2/contrib/ntp/include/ |
| H A D | ascii.h | 68 #define ESC 27 macro
|
| /freebsd-14.2/usr.bin/col/ |
| H A D | col.c | 67 #define ESC '\033' /* escape */ macro 198 case ESC: /* just ignore EOF */ in main() 420 PUTC(ESC); in flush_blanks()
|
| /freebsd-14.2/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-14.2/usr.bin/fortune/datfiles/ |
| H A D | freebsd-tips.sp.ok | 22 ESC
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | at91-wb50n.dts | 21 linux,code = <1>; /* ESC button */
|
| /freebsd-14.2/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-14.2/share/skel/ |
| H A D | dot.shrc | 16 # e.g. ESC to go into visual mode.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/display/ |
| H A D | brcm,bcm2835-dsi0.yaml | 31 - description: The DSI ESC clock
|
| /freebsd-14.2/bin/sh/ |
| H A D | dot.shrc | 16 # e.g. ESC to go into visual mode.
|