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
218 state = SLETPAREN; in yylex()
758 case SLETPAREN: in yylex()
998 if (state == SWORD || state == SLETPAREN in yylex()