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 1195 } else if (ctype(c, C_SUBOP2)) {
1311 if (((stype < 0x100) && (ctype(c, C_SUBOP2) || c == '/' ||
1319 (ctype(c, C_SUBOP2) || (state != XBASE && c != '+')))
    [all...]
sh.h 936 #define C_SUBOP2 BIT(8) /* "#%" (magic, see below) */
940 #define ctype(c, t) tobool( ((t) == C_SUBOP2) ? \
    [all...]
lex.c 497 if (ctype(c, C_SUBOP2)) {
    [all...]

Completed in 36 milliseconds