Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c80 #define musthave(c,cf) do { if (token(cf) != (c)) syntaxerr(NULL); } while (/* CONSTCOND */ 0) macro
197 musthave(LWORD, 0); in synio()
203 musthave(LWORD, ishere ? HEREDELIM : 0); in synio()
242 musthave(emark, KEYWORD|sALIAS); in nested()
374 musthave(/*(*/')', 0); in get_command()
440 musthave(LWORD, CMDASN); in get_command()
462 musthave(LWORD, 0); in get_command()
474 musthave(FI, KEYWORD|sALIAS); in get_command()
499 musthave(LWORD, 0); in get_command()
558 musthave(c, KEYWORD|sALIAS); in dogroup()
[all …]