Home
last modified time | relevance | path

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

/external/mksh/src/
Dlex.c33 #define SLETPAREN 2 /* inside (( )), implicit quoting */ macro
225 state = SLETPAREN; in yylex()
774 case SLETPAREN: in yylex()
1018 if (state == SWORD || state == SLETPAREN in yylex()