Home
last modified time | relevance | path

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

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