Home | History | Annotate | Download | only in sh

Lines Matching refs:CTLESC

178  * If EXP_FULL is set, output CTLESC characters to allow for further processing.
186 int quotes = flag & (EXP_FULL | EXP_CASE); /* do CTLESC */
212 case CTLESC:
267 case CTLESC:
292 STPUTC(CTLESC, expdest);
363 * next previous character is a CTLESC character, then we
364 * have to rescan starting from the beginning since CTLESC
378 if (p > start && *(p-1) == CTLESC)
380 if (*p == CTLESC)
454 STPUTC(CTLESC, dest);
529 if ((varflags & VSQUOTE) && *loc == CTLESC)
543 *(loc - 1) == CTLESC) {
545 if (*q == CTLESC)
559 *(loc - 1) == CTLESC) {
561 if (*q == CTLESC)
573 if ((varflags & VSQUOTE) && *loc == CTLESC)
673 STPUTC(CTLESC, expdest);
758 if ((c = *p++) == CTLESC)
838 STPUTC(CTLESC, expdest); \
976 if (*p == CTLESC)
1011 if (*p == CTLESC)
1148 if (*q == CTLESC)
1163 else if (*p == CTLESC)
1177 if (*p == CTLESC)
1193 if (*p == CTLESC)
1220 if (*p == CTLESC)
1354 case CTLESC:
1355 if (squoted && *q == CTLESC)
1363 if (squoted && *q == CTLESC)
1372 if (c != CTLESC && c != CTLQUOTEMARK &&
1375 if (squoted && *q == CTLESC &&
1380 if (squoted && *q == CTLESC)
1388 if (squoted && *q == CTLESC)
1405 if (*endp == CTLESC)
1417 if (squoted && chr == CTLESC)
1425 if (c == CTLESC)
1431 if (*p == CTLESC)
1446 if (squoted && *q == CTLESC)
1462 * Remove any CTLESC characters from a string.
1471 while (*p != CTLESC && *p != CTLQUOTEMARK) {
1481 if (*p == CTLESC)