Home
last modified time | relevance | path

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

1234

/freebsd-14.2/contrib/less/
H A Ddecode.c80 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 Dless.hlp17 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 DNEWS219 * 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 Dless.h179 #define IS_CSI_START(c) (((LWCHAR)(c)) == ESC || (((LWCHAR)(c)) == CSI))
534 #define ESC CONTROL('[') macro
H A Dlesskey_parse.c19 #define ESC CONTROL('[') macro
223 return char_string(buf, ESC, 1); in tstr()
/freebsd-14.2/usr.sbin/bsdconfig/usermgmt/share/
H A Duser_input.subr251 # 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 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-14.2/lib/libiconv_modules/ISO2022/
H A Dcitrus_iso2022.c484 #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 Dkeysets.pl21 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 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-14.2/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-14.2/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-14.2/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-14.2/contrib/ntp/include/
H A Dascii.h68 #define ESC 27 macro
/freebsd-14.2/usr.bin/col/
H A Dcol.c67 #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 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-14.2/usr.bin/fortune/datfiles/
H A Dfreebsd-tips.sp.ok22 ESC
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dat91-wb50n.dts21 linux,code = <1>; /* ESC button */
/freebsd-14.2/sys/contrib/device-tree/Bindings/gpio/
H A Dmicrochip,pic32-gpio.txt45 label = "ESC";
H A Dgpio_oxnas.txt43 label = "ESC";
/freebsd-14.2/share/skel/
H A Ddot.shrc16 # e.g. ESC to go into visual mode.
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/
H A Dbrcm,bcm2835-dsi0.yaml31 - description: The DSI ESC clock
/freebsd-14.2/bin/sh/
H A Ddot.shrc16 # e.g. ESC to go into visual mode.

1234