Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dexpand.c157 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 …]
H A Dparser.h36 #define CTLESC '\300' macro
H A DTOUR115 CTLESC Escape next character
158 The character CTLESC escapes the next character, so that in case
160 they can be passed through transparently. CTLESC is also used to
164 CTLESC characters have proved to be particularly tricky to get
167 CTLESC characters to begin with (so the contents of the text
170 have the CTLESC characters removed during the variable and command
172 generation have the CTLESC characters removed as part of the file
H A Dshow.c181 case CTLESC: in sharg()
329 case CTLESC: c = 'e'; goto backslash; in trstring()
H A Dparser.c1378 USTPUTC(CTLESC, out); in readcstyleesc()
1460 USTPUTC(CTLESC, out); in readtoken1()
1486 USTPUTC(CTLESC, out); in readtoken1()
1847 if (c == CTLESC) in noexpand()
H A Deval.c713 if (*argtext == CTLESC) in mustexpandto()
H A Djobs.c1521 if (c == CTLESC) in cmdputs()