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()
769 case SLETPAREN: in yylex()
1010 if (state == SWORD || state == SLETPAREN in yylex()