Home
last modified time | relevance | path

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

/netbsd/src/bin/ksh/
Deval.c760 } else if (ctype(c, C_SUBOP2)) { /* Note: ksh88 allows :%, :%%, etc */
834 if (ctype(c, C_SUBOP2) ||
839 && (ctype(c, C_SUBOP2) || (state != XBASE && c != '+')))
Dsh.h425 #define C_SUBOP2 BIT(6) /* "#%" */ macro
Dmisc.c62 setctypes("#%", C_SUBOP2); in initctypes()