HomeSort by relevance Sort by last modified time
    Searched refs:ESC (Results 1 - 25 of 42) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4/
Makefile.sun4 28 ESC=$(SRC)/cmd/fm/eversholt/esc/$(MACH)/esc
34 %.eft: $(SUN4DIR)/%.esc
35 $(ESC) -o $@ $<
  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/files/
Makefile.com 27 .SUFFIXES: .eft .esc
29 ESC=$(SRC)/cmd/fm/eversholt/esc/$(MACH)/esc
57 %.eft: ../common/%.esc
58 $(ESC) -I$(ROOT)/usr/include -o $@ $<
60 %.eft: %.esc
61 $(ESC) -o $@ $<
  /onnv/onnv-gate/usr/src/lib/libplot/t450/common/
open.c 57 (void) putchar(ESC); /* set vert spacing to 6 lpi */
60 (void) putchar(ESC); /* set horiz spacing to 10 cpi */
con.h 41 #define ESC 033
subr.c 66 spew(ESC);
73 spew(ESC);
82 (void) putc(ESC, stdout);
  /onnv/onnv-gate/usr/src/lib/libplot/t300/common/
con.h 41 #define ESC 033
subr.c 70 spew(ESC);
79 (void) putc(ESC, stdout);
  /onnv/onnv-gate/usr/src/cmd/tabs/
tabs.c 58 #define ESC 033
72 static char tsethp[] = {ESC, '1', 0}; /* (default) */
73 static char tsetibm[] = {ESC, '0', 0}; /* ibm */
74 static char tclrhp[] = {ESC, '3', CR, 0}; /* hp terminals */
76 static char tclrsh[] = {ESC, CLEAR, CR, 0};
77 static char tclrgs[] = {ESC, TAB, CR, 0}; /* short, for 300s */
78 static char tclr40[] = {ESC, 'R', CR, 0}; /* TTY 40/2, 4424 */
79 static char tclribm[] = {ESC, '1', CR, 0}; /* ibm */
546 * The sequence ESC 'T' '\0' jumps to column 27 and prints
549 *p++ = ESC;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/JP/
JIS7.pm 76 my ($esc, $esc_0212, $esc_asc, $esc_kana, $chunk) =
79 unless ($chunk) { $esc or last; next; }
81 if ($esc && !$esc_asc) {
92 $$rpos += length($esc) + $npos + length($trm);
139 my $esc =
140 ( $chunk =~ tr/\x8E//d ) ? $ESC{KANA} :
141 ( $chunk =~ tr/\x8F//d ) ? $ESC{JIS_0212} :
142 $ESC{JIS_0208};
143 if ($esc eq $ESC{JIS_0212} && !$jis0212)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
iso2022.h 41 #define ESC 0x1B
45 #define LS1R 0x7E /* need ESC */
46 #define LS2 0x6E /* need ESC */
47 #define LS2R 0x7D /* need ESC */
48 #define LS3 0x6F /* need ESC */
49 #define LS3R 0x7C /* need ESC */
50 #define SS2_7B 0x4E /* need ESC */
52 #define SS3_7B 0x4F /* need ESC */
iso.multibyte.c 41 #define MAXSIZE 100 /* ESC LOCK upper lower */
123 case ESC: /* escape sequence */
480 *bp++ = ESC;
490 *bp++ = ESC;
516 *bp++ = ESC;
526 *bp++ = ESC;
552 *bp++ = ESC;
562 *bp++ = ESC;
567 *bp++ = ESC; *bp++ = LS2;
588 *bp++ = ESC;
    [all...]
  /onnv/onnv-gate/usr/src/lib/libplot/t300s/common/
con.h 49 #define ESC 033
subr.c 73 spew(ESC);
80 spew(ESC);
82 spew(ESC);
  /onnv/onnv-gate/usr/src/uts/common/io/kb8042/
kb8042_keytables.c 38 #define ESC 0x1B
91 HOLE, ESC, HOLE,
134 /*104 */ '.', '-', '+', HOLE, '\n', HOLE, ESC, HOLE,
188 HOLE, ESC, HOLE,
232 /*104 */ NOP, NOP, NOP, HOLE, NOP, HOLE, ESC, HOLE,
307 HOLE, ESC, HOLE,
  /onnv/onnv-gate/usr/src/uts/common/sys/
crtctl.h 38 #define ESC 033 /* Escape for command */
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
CJKConstants.pm 17 our @EXPORT_OK = qw(%CHARCODE %ESC %RE);
33 our %ESC = (
  /onnv/onnv-gate/usr/src/uts/common/io/kbtrans/
usb_keytables.c 52 #define ESC 0x1B
63 /* 40 */ '\r', ESC, '\b', '\t', ' ', '-', '=', '[',
111 /* 40 */ '\r', ESC, '\b', '\t', ' ', '_', '+', '{',
160 /* 40 */ '\r', ESC, '\b', '\t', ' ', '-', '=', '[',
208 /* 40 */ '\r', ESC, '\b', '\t', ' ', NOP, NOP, NOP,
292 /* 40 */ '\r', ESC, '\b', '\t', c(' '), c('_'), '=', ESC,
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/posttek/
posttek.h 61 #define ESC '\033'
71 * is returned by control() and esc(), and typically means the state has changed.
  /onnv/onnv-gate/usr/src/cmd/col/
col.c 46 #define ESC '\033'
135 outc(ESC);
151 *line = ESC;
166 case ESC:
199 if (pflag) { /* pass through esc */
200 outc(ESC);
315 case ESC:
351 while (*line == ESC)
395 *line = ESC;
404 *line = ESC;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/KR/
2022_KR.pm 61 substr($$r_str,0,0)=$ESC{'2022_KR'}; # put the designator at the beg.
  /onnv/onnv-gate/usr/src/common/openssl/crypto/conf/
keysets.pl 9 $ESC=0x20;
27 $v|=$ESC if ($c =~ /\\/);
122 #define CONF_ESC $ESC
  /onnv/onnv-gate/usr/src/tools/cscope-fast/
constants.h 67 #define ESC '\033' /* escape character */
  /onnv/onnv-gate/usr/src/lib/libshell/common/edit/
edit.c 54 static char CURSOR_UP[20] = { ESC, '[', 'A', 0 };
385 * Get tty parameters and make ESC and '\r' wakeup characters.
421 if(ttychars.t_brkc!=ESC)
423 ttychars.t_brkc = ESC;
460 nttyparm.c_cc[VEOL] = ESC;
464 nttyparm.c_cc[VEOF] = ESC; /* make ESC the eof char */
643 case ESC:
652 if(c=='\a' || c==ESC || c=='\r')
661 if(c==0 || c==ESC || c=='\r'
    [all...]
vi.c 229 int esc_or_hang=0; /* <ESC> or hangup */
258 /* in addition to '\n' and make eof an ESC */
291 if( term_char=='\n' || term_char==ESC )
305 /*** ESC was typed as first char of line ***/
307 term_char = ESC;
337 /** terminator was ESC, which is not xmitted **/
338 term_char = ESC;
466 if( term_char!=ESC && (last_virt==INVALID
469 /*** Line not terminated with ESC or escaped (^V) ***/
542 if( term_char==ESC && (last_virt<0 || virtual[last_virt]!=ESC)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/
keytables.c 39 #define ESC 0x1B
52 /* 24 */ HOLE, LF(3), LF(4), HOLE, HOLE, ESC, '1', '2',
86 /* 24 */ HOLE, LF(3), LF(4), HOLE, HOLE, ESC, '!', '@',
120 /* 24 */ HOLE, LF(3), LF(4), HOLE, HOLE, ESC, '1', '2',
154 /* 24 */ HOLE, LF(3), LF(4), HOLE, HOLE, ESC, '1', c('@'),
238 /* 24 */ HOLE, LF(3), LF(4), HOLE, HOLE, ESC, '1', '2',
275 /* 24 */ HOLE, LF(3), LF(4), HOLE, HOLE, ESC, '!', '@',
312 /* 24 */ HOLE, LF(3), LF(4), HOLE, HOLE, ESC, '1', '2',
349 /* 24 */ HOLE, LF(3), LF(4), HOLE, HOLE, ESC, NOP, NOP,
415 /* 24 */ HOLE, LF(3), LF(4), HOLE, HOLE, ESC, '1', c('@')
    [all...]

Completed in 3240 milliseconds

1 2