Home
last modified time | relevance | path

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

/external/mksh/src/
Dsh.h929 #define C_SUBOP1 BIT(5) /* "=-+?" */ macro
Deval.c1164 } else if (ctype(c, C_SUBOP1)) { in varsub()
Dmisc.c108 setctypes("=-+?", C_SUBOP1); in initctypes()