| /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.c | 123 int escape(void); 434 if ((gch == character(value(ESCAPE))) && bol) { 435 if (!(gch = escape())) 459 * Escape handler -- 463 escape(void) function in typeref:typename:int 467 char c = character(value(ESCAPE)); 478 /* ESCAPE ESCAPE forces ESCAPE */ 548 (void)printf("%2s", ctrl(character(value(ESCAPE)))); [all...] |
| tip.h | 82 extern char *ES; /* escape character */ 164 * Escape command table definitions -- 198 #define ESCAPE 6
|
| cu.c | 64 { "escape", required_argument, NULL, 'E' }, 94 errx(3, "only one escape character allowed"); 260 setcharacter(value(ESCAPE), useresc); 293 " -E,--escape char: Use this escape character\n" 304 " -n: Disable escape character processing\n"
|
| /src/usr.bin/mail/ |
| def.h | 72 #define ESCAPE '~' /* Default escape for sending */ 102 #define ENAME_ESCAPE "escape"
|
| collect.c | 383 int volatile escape; local in function:collect 431 escape = *cp; 433 escape = ESCAPE; 480 if (linebuf[0] != escape || value(ENAME_INTERACTIVE) == NULL || 490 * On double escape, just send the single one. 493 if (c == escape) { 499 (void)printf("Unknown tilde escape.\n"); 514 * Shell escape, send the balance of the 522 * Escape to command mode, but be nice [all...] |
| /src/lib/libnvmm/ |
| libnvmm_x86.c | 2577 #define ESCAPE 0x0F 2590 if (byte == ESCAPE) {
|