Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c72 #define musthave(c,cf) do { if (token(cf) != (c)) syntaxerr(NULL); } while (/* CONSTCOND */ 0) macro
186 musthave(LWORD, ishere ? HEREDELIM : 0); in synio()
230 musthave(emark, KEYWORD|ALIAS); in nested()
316 musthave(/*(*/')', 0); in get_command()
421 musthave(LWORD, ARRAYVAR); in get_command()
443 musthave(LWORD, 0); in get_command()
455 musthave(FI, KEYWORD|ALIAS); in get_command()
480 musthave(LWORD, 0); in get_command()
533 musthave(c, KEYWORD|ALIAS); in dogroup()
542 musthave(THEN, KEYWORD|ALIAS); in thenpart()
[all …]