Home
last modified time | relevance | path

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

/system/core/sh/
Dexpand.c212 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 …]
Dparser.h39 #define CTLESC '\201' /* escape next character */ macro
Dshow.c179 case CTLESC: in sharg()
333 case CTLESC: c = 'e'; goto backslash; in trstring()
DTOUR164 CTLESC Escape next character
194 The character CTLESC escapes the next character, so that in case
196 they can be passed through transparently. CTLESC is also used to
200 CTLESC characters have proved to be particularly tricky to get
203 CTLESC characters to begin with (so the contents of the text
206 generation, have the CTLESC characters removed during the vari-
208 splitting and file name generation have the CTLESC characters re-
Dparser.c982 USTPUTC(CTLESC, out); in readtoken1()
1005 USTPUTC(CTLESC, out); in readtoken1()
1561 if (c == CTLESC) in noexpand()
Djobs.c1409 case CTLESC: in cmdputs()