Home
last modified time | relevance | path

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

/external/mksh/src/
Dlex.c32 #define SLETPAREN 2 /* inside (( )), implicit quoting */ macro
222 state = SLETPAREN; in yylex()
747 case SLETPAREN: in yylex()
1019 if (state == SWORD || state == SLETPAREN in yylex()