Home
last modified time | relevance | path

Searched refs:CC_esc (Results 1 – 23 of 23) sorted by relevance

/titanic_41/usr/src/lib/libast/common/regex/
H A Dreginit.c37 #define CC_esc '\033' macro
335 'e', CC_esc, CC_esc,
336 'e', CC_esc, CC_esc,
337 'e', CC_esc, CC_esc,
338 'e', CC_esc, CC_esc,
339 'e', CC_esc, CC_esc,
341 'E', CC_esc, CC_esc,
342 'E', CC_esc, CC_esc,
343 'E', CC_esc, CC_esc,
344 'E', CC_esc, CC_esc,
[all …]
/titanic_41/usr/src/lib/libast/common/string/
H A Dchresc.c110 c = CC_esc; in chresc()
119 c = CC_esc; in chresc()
H A Dfmtesc.c122 case CC_esc: in fmtquote()
/titanic_41/usr/src/lib/libast/common/features/
H A Dccode67 printf("#define CC_esc 0033 /* esc character */\n");
75 printf("#define CC_esc 0047 /* esc character */\n");
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_ccode.h26 #define CC_esc 0033 /* esc character */ macro
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dast_ccode.h47 #define CC_esc 0033 /* esc character */ macro
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dast_ccode.h47 #define CC_esc 0033 /* esc character */ macro
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_ccode.h26 #define CC_esc 0033 /* esc character */ macro
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_ccode.h47 #define CC_esc 0033 /* esc character */ macro
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dast_ccode.h47 #define CC_esc 0033 /* esc character */ macro
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_ccode.h26 #define CC_esc 0033 /* esc character */ macro
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_ccode.h26 #define CC_esc 0033 /* esc character */ macro
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dccode26 #define CC_esc 0033 /* esc character */
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dccode26 #define CC_esc 0033 /* esc character */
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dccode26 #define CC_esc 0033 /* esc character */
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dccode26 #define CC_esc 0033 /* esc character */
/titanic_41/usr/src/lib/libast/common/disc/
H A Dsfkeyprintf.c100 else if (c == CC_esc || c == '\\') in getfield()
312 while ((s = strchr(s, CC_esc)) && *(s + 1) == '[') in getfmt()
/titanic_41/usr/src/lib/libpp/common/
H A Dpp.h53 #define CC_esc (('A'==0301)?0047:0033) macro
H A Dppproto.c796 n = CC_esc; in lex()
H A Dpplex.c1251 n = CC_esc; in ppcpp()
/titanic_41/usr/src/lib/libcmd/common/
H A Dgrep.c305 static const char bold[] = {CC_esc,'[','1','m'}; in highlight()
306 static const char normal[] = {CC_esc,'[','0','m'}; in highlight()
/titanic_41/usr/src/lib/libast/common/sfio/
H A Dsfvprintf.c46 #define CC_esc 047 /* escape */ macro
50 #define CC_esc 033 /* escape */ macro
72 case CC_esc: *buf++ = 'E'; return 2;
/titanic_41/usr/src/lib/libast/common/misc/
H A Doptget.c142 static const char term_off[] = {CC_esc,'[','0','m',0};
143 static const char term_B_on[] = {CC_esc,'[','1','m',0};
144 static const char term_I_on[] = {CC_esc,'[','1',';','4','m',0};
2586 case CC_esc: in opthelp()
3637 if (c == CC_esc) in opthelp()