Searched refs:CTLESC (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/bin/sh/
H A Dparser.h39 #define CTLESC '\300' macro
H A Dexpand.c163 USTPUTC(CTLESC, p);
210 USTPUTC(CTLESC, p);
267 * If EXP_GLOB or EXP_CASE are set, keep and/or generate CTLESC
277 int quotes = flag & (EXP_GLOB | EXP_CASE); /* do CTLESC */
307 case CTLESC:
315 USTPUTC(CTLESC, expdest);
376 case CTLESC: /* This means CTL* are always considered quoted. */
514 USTPUTC(CTLESC, dest);
813 if ((c = *p++) == CTLESC)
1032 * At this point, the only control characters should be CTLESC
[all...]
H A Dshow.c189 case CTLESC:
337 case CTLESC: c = 'e'; goto backslash;
H A Deval.c718 if (*argtext == CTLESC)
H A Djobs.c1520 if (c == CTLESC)

Completed in 98 milliseconds