HomeSort by: relevance | last modified time | path
    Searched defs:ESCAPE (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.bin/resize/
resize.c 96 #define ESCAPE(string) "\047" string
98 #define ESCAPE(string) "\033" string
143 ESCAPE("7") ESCAPE("[r") ESCAPE("[9999;9999H") ESCAPE("[6n"),
144 ESCAPE("[18t"),
150 ESCAPE("[14t"),
155 ESCAPE("8"),
161 ESCAPE("[8;%s;%st")
    [all...]
  /src/usr.bin/printf/
printf.c 63 #define ESCAPE '\e'
65 #define ESCAPE 033
410 /* escape if a \c was encountered */
459 * Print SysV echo(1) style escape string
460 * Halts processing string if a \c escape is encountered.
528 * Print "standard" escape characters
542 warnx("incomplete escape sequence");
572 "in escape", begin);
582 case 'e': value = ESCAPE; break; /* escape */
    [all...]
  /src/lib/libc/citrus/modules/
citrus_ues.c 134 #define ESCAPE '\\'
152 *p++ = ESCAPE;
245 if (ch == ESCAPE) {
citrus_viqr.c 54 #define ESCAPE '\\'
300 int ch, escape; local in function:_citrus_VIQR_mbrtowc_priv
317 for (escape = 0;;) {
327 if (ch == ESCAPE) {
330 escape = 1;
333 if (escape != 0)
346 if (ch == ESCAPE && m != ei->mroot)
392 psenc->ch[0] = ESCAPE;
  /src/usr.bin/tip/
tip.h 82 extern char *ES; /* escape character */
164 * Escape command table definitions --
198 #define ESCAPE 6
  /src/usr.bin/mail/
def.h 72 #define ESCAPE '~' /* Default escape for sending */
102 #define ENAME_ESCAPE "escape"
  /src/lib/libnvmm/
libnvmm_x86.c 2577 #define ESCAPE 0x0F
2590 if (byte == ESCAPE) {

Completed in 38 milliseconds