Searched refs:CTLESC (Results 1 – 6 of 6) sorted by relevance
212 case CTLESC: in argstr()267 case CTLESC: in exptilde()292 STPUTC(CTLESC, expdest); in exptilde()378 if (p > start && *(p-1) == CTLESC) in expari()380 if (*p == CTLESC) in expari()454 STPUTC(CTLESC, dest); in expbackq()529 if ((varflags & VSQUOTE) && *loc == CTLESC) in subevalvar()543 *(loc - 1) == CTLESC) { in subevalvar()545 if (*q == CTLESC) in subevalvar()559 *(loc - 1) == CTLESC) { in subevalvar()[all …]
39 #define CTLESC '\201' /* escape next character */ macro
179 case CTLESC: in sharg()333 case CTLESC: c = 'e'; goto backslash; in trstring()
164 CTLESC Escape next character194 The character CTLESC escapes the next character, so that in case196 they can be passed through transparently. CTLESC is also used to200 CTLESC characters have proved to be particularly tricky to get203 CTLESC characters to begin with (so the contents of the text206 generation, have the CTLESC characters removed during the vari-208 splitting and file name generation have the CTLESC characters re-
982 USTPUTC(CTLESC, out); in readtoken1()1005 USTPUTC(CTLESC, out); in readtoken1()1561 if (c == CTLESC) in noexpand()
1409 case CTLESC: in cmdputs()