Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dexpand.c155 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 …]
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.c1376 USTPUTC(CTLESC, out); in readcstyleesc()
1458 USTPUTC(CTLESC, out); in readtoken1()
1484 USTPUTC(CTLESC, out); in readtoken1()
1845 if (c == CTLESC) in noexpand()
H A Deval.c710 if (*argtext == CTLESC) in mustexpandto()
H A Djobs.c1514 if (c == CTLESC) in cmdputs()