Home
last modified time | relevance | path

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

/external/mksh/src/
Deval.c1195 } else if (ctype(c, C_SUBOP2)) { in varsub()
1311 if (((stype < 0x100) && (ctype(c, C_SUBOP2) || c == '/' || in varsub()
1319 (ctype(c, C_SUBOP2) || (state != XBASE && c != '+'))) in varsub()
Dsh.h936 #define C_SUBOP2 BIT(8) /* "#%" (magic, see below) */ macro
940 #define ctype(c, t) tobool( ((t) == C_SUBOP2) ? \
Dlex.c497 if (ctype(c, C_SUBOP2)) { in yylex()