Searched refs:C_SUBOP2 (Results 1 – 3 of 3) sorted by relevance
760 } else if (ctype(c, C_SUBOP2)) { /* Note: ksh88 allows :%, :%%, etc */834 if (ctype(c, C_SUBOP2) ||839 && (ctype(c, C_SUBOP2) || (state != XBASE && c != '+')))
425 #define C_SUBOP2 BIT(6) /* "#%" */ macro
62 setctypes("#%", C_SUBOP2); in initctypes()