Searched refs:musthave (Results 1 – 1 of 1) sorted by relevance
/external/mksh/src/ |
D | syn.c | 79 #define musthave(c,cf) do { if (token(cf) != (c)) syntaxerr(NULL); } while (/* CONSTCOND */ 0) macro 195 musthave(LWORD, ishere ? HEREDELIM : 0); in synio() 240 musthave(emark, KEYWORD|sALIAS); in nested() 359 musthave(/*(*/')', 0); in get_command() 424 musthave(LWORD, ARRAYVAR); in get_command() 446 musthave(LWORD, 0); in get_command() 458 musthave(FI, KEYWORD|sALIAS); in get_command() 483 musthave(LWORD, 0); in get_command() 536 musthave(c, KEYWORD|sALIAS); in dogroup() 545 musthave(THEN, KEYWORD|sALIAS); in thenpart() [all …]
|