Searched refs:CC_esc (Results 1 - 13 of 13) sorted by relevance
/ast/src/lib/libast/astsa/ |
H A D | ccode.h | 26 #define CC_esc '\033' macro
|
/ast/src/lib/libast/regex/ |
H A D | reginit.c | 37 #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_es [all...] |
/ast/src/lib/libast/string/ |
H A D | chresc.c | 115 c = CC_esc; 128 c = CC_esc;
|
/ast/src/lib/libast/disc/ |
H A D | sfkeyprintf.c | 100 else if (c == CC_esc || c == '\\') 312 while ((s = strchr(s, CC_esc)) && *(s + 1) == '[')
|
/ast/src/lib/libcs/ |
H A D | msglist.c | 78 case CC_esc:
|
/ast/src/lib/libpp/ |
H A D | pp.h | 53 #define CC_esc (('A'==0301)?0047:0033) macro
|
H A D | pplex.c | 1251 n = CC_esc;
|
H A D | ppproto.c | 826 n = CC_esc;
|
/ast/src/lib/libast/sfio/ |
H A D | sfvprintf.c | 46 #define CC_esc 047 /* escape */ macro 50 #define CC_esc 033 /* escape */ macro 72 case CC_esc: *buf++ = 'E'; return 2;
|
/ast/src/cmd/kshlib/cmdtst/ |
H A D | grep.c | 420 static const char bold[] = {CC_esc,'[','1','m'}; 421 static const char normal[] = {CC_esc,'[','0','m'};
|
/ast/src/cmd/re/ |
H A D | grep.c | 313 static const char bold[] = {CC_esc,'[','1','m'}; 314 static const char normal[] = {CC_esc,'[','0','m'};
|
/ast/src/lib/libast/misc/ |
H A D | optget.c | 160 static const char term_off[] = {CC_esc,'[','0','m',0}; 161 static const char term_B_on[] = {CC_esc,'[','1','m',0}; 162 static const char term_I_on[] = {CC_esc,'[','1',';','4','m',0}; 2861 case CC_esc: 4005 if (c == CC_esc)
|
/ast/src/lib/libdss/ |
H A D | tag.c | 662 c = CC_esc;
|
Completed in 58 milliseconds