HomeSort by relevance Sort by last modified time
    Searched full:musthave (Results 1 - 1 of 1) sorted by null

  /external/mksh/src/
syn.c 80 #define musthave(c,cf) do { if (token(cf) != (c)) syntaxerr(NULL); } while (/* CONSTCOND */ 0) macro
197 musthave(LWORD, ishere ? HEREDELIM : 0);
241 musthave(emark, KEYWORD|sALIAS);
360 musthave(/*(*/')', 0);
425 musthave(LWORD, ARRAYVAR);
447 musthave(LWORD, 0);
459 musthave(FI, KEYWORD|sALIAS);
484 musthave(LWORD, 0);
537 musthave(c, KEYWORD|sALIAS);
546 musthave(THEN, KEYWORD|sALIAS)
    [all...]

Completed in 112 milliseconds