Symbol: CTLESC
bin/sh/expand.c
1003
STPUTC(CTLESC, expdest);
bin/sh/expand.c
1108
if (*p == CTLESC)
bin/sh/expand.c
1126
if ((c = *p++) == CTLESC)
bin/sh/expand.c
1223
STPUTC(CTLESC, expdest); \
bin/sh/expand.c
1229
STPUTC(CTLESC, expdest); \
bin/sh/expand.c
1312
STPUTC(CTLESC, expdest);
bin/sh/expand.c
1429
if (*p == CTLESC)
bin/sh/expand.c
1474
if (*p == CTLESC)
bin/sh/expand.c
1720
if (*q == CTLESC) {
bin/sh/expand.c
1748
if (*q == CTLESC)
bin/sh/expand.c
1759
else if (*p == CTLESC)
bin/sh/expand.c
1773
if (*p == CTLESC)
bin/sh/expand.c
1789
if (*p == CTLESC)
bin/sh/expand.c
1816
if (*p == CTLESC)
bin/sh/expand.c
1943
if (*p == CTLESC) {
bin/sh/expand.c
1944
if (*++p == CTLESC)
bin/sh/expand.c
1952
if (*p == CTLESC) {
bin/sh/expand.c
2001
if (squoted && *q == CTLESC) {
bin/sh/expand.c
2009
case CTLESC:
bin/sh/expand.c
2010
if (squoted && *q == CTLESC)
bin/sh/expand.c
2020
if (squoted && *q == CTLESC)
bin/sh/expand.c
2030
if (squoted && *q == CTLESC)
bin/sh/expand.c
2041
if (c != CTLESC && !IS_BORING(c) &&
bin/sh/expand.c
2044
if (squoted && *q == CTLESC &&
bin/sh/expand.c
2051
if (squoted && *q == CTLESC)
bin/sh/expand.c
2056
if (c == CTLESC && p[1] == '\0') {
bin/sh/expand.c
2108
if (squoted && *q == CTLESC)
bin/sh/expand.c
2127
if (c == CTLESC || c == '\\')
bin/sh/expand.c
2132
if (*p == CTLESC || *p == '\\')
bin/sh/expand.c
2149
if (squoted && *q == CTLESC)
bin/sh/expand.c
2204
if (*p == CTLESC)
bin/sh/expand.c
2256
if (*p == CTLESC)
bin/sh/expand.c
319
case CTLESC:
bin/sh/expand.c
441
case CTLESC: /* any of these occurring */
bin/sh/expand.c
505
STPUTC(CTLESC, expdest);
bin/sh/expand.c
727
USTPUTC(CTLESC, dest);
bin/sh/expand.c
834
if (quotes && *loc == CTLESC)
bin/sh/expand.c
848
*(loc - 1) == CTLESC) {
bin/sh/expand.c
850
if (*q == CTLESC)
bin/sh/expand.c
864
*(loc - 1) == CTLESC) {
bin/sh/expand.c
866
if (*q == CTLESC)
bin/sh/expand.c
878
if (quotes && *loc == CTLESC)
bin/sh/expand.c
991
STPUTC(CTLESC, expdest);
bin/sh/jobs.c
2118
case CTLESC:
bin/sh/parser.c
1785
USTPUTC(CTLESC, o); \
bin/sh/parser.c
1870
USTPUTC(CTLESC, out);
bin/sh/parser.c
1962
USTPUTC(CTLESC, out);
bin/sh/parser.c
1973
USTPUTC(CTLESC, out);
bin/sh/parser.c
2010
USTPUTC(CTLESC, out);
bin/sh/parser.c
2017
USTPUTC(CTLESC, out);
bin/sh/parser.c
2019
USTPUTC(CTLESC, out);
bin/sh/parser.c
2471
if (c == CTLESC)
bin/sh/show.c
1008
case CTLESC: c = 'e'; goto backslash;
bin/sh/show.c
647
case CTLESC: