HomeSort by relevance Sort by last modified time
    Searched refs:CTLENDVAR (Results 1 - 5 of 5) sorted by null

  /system/core/sh/
parser.h 41 #define CTLENDVAR '\203'
show.c 231 case CTLENDVAR:
expand.c 199 case CTLENDVAR: /* end of expanding yyy in ${xxx-yyy} */
513 if (*p != CTLENDVAR) {
766 } else if (c == CTLENDVAR) {
jobs.c 1424 case CTLENDVAR:
parser.c 1076 USTPUTC(CTLENDVAR, out);
    [all...]

Completed in 327 milliseconds