Searched refs:CTLESC (Results 1 – 7 of 7) sorted by relevance
137 USTPUTC(CTLESC, p); in stputs_quotes()244 case CTLESC: in argstr()305 case CTLESC: /* This means CTL* are always considered quoted. */ in exptilde()480 USTPUTC(CTLESC, dest); in expbackq()551 if (quotes && *loc == CTLESC) in subevalvar()566 if (quotes && loc > startp && *(loc - 1) == CTLESC) { in subevalvar()568 if (*q == CTLESC) in subevalvar()584 if (quotes && loc > startp && *(loc - 1) == CTLESC) { in subevalvar()586 if (*q == CTLESC) in subevalvar()601 if (quotes && *loc == CTLESC) in subevalvar()[all …]
37 #define CTLESC '\300' macro
115 CTLESC Escape next character145 The character CTLESC escapes the next character, so that in case147 they can be passed through transparently. CTLESC is also used to151 CTLESC characters have proved to be particularly tricky to get154 CTLESC characters to begin with (so the contents of the text157 generation, have the CTLESC characters removed during the vari-159 splitting and file name generation have the CTLESC characters re-
187 case CTLESC: in sharg()336 case CTLESC: c = 'e'; goto backslash; in trstring()
1254 USTPUTC(CTLESC, out); in readcstyleesc()1335 USTPUTC(CTLESC, out); in readtoken1()1361 USTPUTC(CTLESC, out); in readtoken1()1812 if (c == CTLESC) in noexpand()
715 if (*argtext == CTLESC) in mustexpandto()
1398 if (c == CTLESC) in cmdputs()