Searched refs:C_SUBOP2 (Results 1 - 2 of 2) sorted by relevance

/external/mksh/src/
H A Deval.c1094 } else if (ctype(c, C_SUBOP2)) {
1207 if (((stype < 0x100) && (ctype(c, C_SUBOP2) || c == '/' ||
1214 (ctype(c, C_SUBOP2) || (state != XBASE && c != '+')))
H A Dsh.h783 #define C_SUBOP2 BIT(8) /* "#%" (magic, see below) */ macro
787 #define ctype(c, t) tobool( ((t) == C_SUBOP2) ? \

Completed in 100 milliseconds