Searched refs:CTLESC (Results 1 – 7 of 7) sorted by relevance
157 USTPUTC(CTLESC, p); in stputs_quotes()204 USTPUTC(CTLESC, p); in stputs_split()301 case CTLESC: in argstr()309 USTPUTC(CTLESC, expdest); in argstr()370 case CTLESC: /* This means CTL* are always considered quoted. */ in exptilde()508 USTPUTC(CTLESC, dest); in expbackq()807 if ((c = *p++) == CTLESC) in evalvar()1091 if (*q == CTLESC) in expmeta()1103 if (*p == CTLESC) in expmeta()1116 if (*p == CTLESC) in expmeta()[all …]
36 #define CTLESC '\300' macro
115 CTLESC Escape next character158 The character CTLESC escapes the next character, so that in case160 they can be passed through transparently. CTLESC is also used to164 CTLESC characters have proved to be particularly tricky to get167 CTLESC characters to begin with (so the contents of the text170 have the CTLESC characters removed during the variable and command172 generation have the CTLESC characters removed as part of the file
181 case CTLESC: in sharg()329 case CTLESC: c = 'e'; goto backslash; in trstring()
1378 USTPUTC(CTLESC, out); in readcstyleesc()1460 USTPUTC(CTLESC, out); in readtoken1()1486 USTPUTC(CTLESC, out); in readtoken1()1847 if (c == CTLESC) in noexpand()
713 if (*argtext == CTLESC) in mustexpandto()
1521 if (c == CTLESC) in cmdputs()