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

  /external/mksh/src/
eval.c 1163 } else if (ctype(c, C_SUBOP2)) {
1279 if (((stype < 0x100) && (ctype(c, C_SUBOP2) || c == '/' ||
1289 (ctype(c, C_SUBOP2) || (state != XBASE && c != '+')))
    [all...]
sh.h 980 #define C_SUBOP2 BIT(8) /* "#%" (magic, see below) */
984 #define ctype(c, t) tobool( ((t) == C_SUBOP2) ? \
    [all...]
lex.c 483 if (ctype(c, C_SUBOP2)) {
    [all...]

Completed in 100 milliseconds