Home
last modified time | relevance | path

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

/third_party/mksh/
Dsyn.c614 while ((tpeek(CONTIN|KEYWORD|ESACONLY)) != c) { in caselist()
Dlex.c1047 (!(cf & ESACONLY) || p->val.i == ESAC || in yylex()
Dsh.h2280 #define ESACONLY BIT(7) /* only accept esac keyword */ macro