HomeSort by: relevance | last modified time | path
    Searched refs:CTLESC (Results 1 - 5 of 5) sorted by relevancy

  /src/bin/sh/
expand.c 242 * If EXP_GLOB is set, output CTLESC characters to allow for further processing.
251 const int quotes = flag & EXP_QNEEDED; /* do CTLESC */
313 case CTLESC:
408 case CTLESC: /* any of these occurring */
471 STPUTC(CTLESC, expdest);
706 USTPUTC(CTLESC, dest);
812 if (quotes && *loc == CTLESC)
826 *(loc - 1) == CTLESC) {
828 if (*q == CTLESC)
842 *(loc - 1) == CTLESC) {
    [all...]
parser.h 39 #define CTLESC '\201' /* escape next character */
parser.c 1785 USTPUTC(CTLESC, o); \
1867 CVTRACE(DBG_LEXER, NEEDESC(vc), ("CTLESC-"));
1870 USTPUTC(CTLESC, out);
1962 USTPUTC(CTLESC, out);
1973 USTPUTC(CTLESC, out);
2003 * retain the \ (which we *know* needs CTLESC)
2010 USTPUTC(CTLESC, out);
2017 USTPUTC(CTLESC, out);
2019 USTPUTC(CTLESC, out);
2493 if (c == CTLESC)
    [all...]
show.c 647 case CTLESC:
1010 case CTLESC: c = 'e'; goto backslash;
jobs.c 2061 case CTLESC:

Completed in 251 milliseconds