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

/external/mksh/src/
H A Deval.c1167 } else if (ctype(c, C_SUBOP2)) {
1283 if (((stype < 0x100) && (ctype(c, C_SUBOP2) || c == '/' ||
1291 (ctype(c, C_SUBOP2) || (state != XBASE && c != '+')))
H A Dsh.h932 #define C_SUBOP2 BIT(8) /* "#%" (magic, see below) */ macro
936 #define ctype(c, t) tobool( ((t) == C_SUBOP2) ? \
H A Dlex.c497 if (ctype(c, C_SUBOP2)) {

Completed in 122 milliseconds