Home
last modified time | relevance | path

Searched refs:CTLESC (Results 1 – 7 of 7) sorted by relevance

/trueos/bin/sh/
HDexpand.c137 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 …]
HDparser.h37 #define CTLESC '\300' macro
HDTOUR115 CTLESC Escape next character
145 The character CTLESC escapes the next character, so that in case
147 they can be passed through transparently. CTLESC is also used to
151 CTLESC characters have proved to be particularly tricky to get
154 CTLESC characters to begin with (so the contents of the text
157 generation, have the CTLESC characters removed during the vari-
159 splitting and file name generation have the CTLESC characters re-
HDshow.c187 case CTLESC: in sharg()
336 case CTLESC: c = 'e'; goto backslash; in trstring()
HDparser.c1254 USTPUTC(CTLESC, out); in readcstyleesc()
1335 USTPUTC(CTLESC, out); in readtoken1()
1361 USTPUTC(CTLESC, out); in readtoken1()
1812 if (c == CTLESC) in noexpand()
HDeval.c715 if (*argtext == CTLESC) in mustexpandto()
HDjobs.c1398 if (c == CTLESC) in cmdputs()