Searched refs:CTLESC (Results 1 – 7 of 7) sorted by relevance
155 USTPUTC(CTLESC, p); in stputs_quotes()202 USTPUTC(CTLESC, p); in stputs_split()299 case CTLESC: in argstr()307 USTPUTC(CTLESC, expdest); in argstr()368 case CTLESC: /* This means CTL* are always considered quoted. */ in exptilde()506 USTPUTC(CTLESC, dest); in expbackq()805 if ((c = *p++) == CTLESC) in evalvar()1089 if (*q == CTLESC) in expmeta()1101 if (*p == CTLESC) in expmeta()1114 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()
1376 USTPUTC(CTLESC, out); in readcstyleesc()1458 USTPUTC(CTLESC, out); in readtoken1()1484 USTPUTC(CTLESC, out); in readtoken1()1845 if (c == CTLESC) in noexpand()
710 if (*argtext == CTLESC) in mustexpandto()
1514 if (c == CTLESC) in cmdputs()