Home | History | Annotate | Download | only in src

Lines Matching refs:syntaxerr

48 static void syntaxerr(const char *) MKSH_A_NORETURN;
69 #define musthave(c,cf) do { if (token(cf) != (c)) syntaxerr(NULL); } while (0)
83 syntaxerr(NULL);
95 syntaxerr(NULL);
116 syntaxerr(NULL);
298 syntaxerr(NULL);
374 syntaxerr(NULL);
446 syntaxerr(NULL);
512 syntaxerr(NULL);
527 syntaxerr(NULL);
540 syntaxerr(NULL);
568 syntaxerr(NULL);
696 syntaxerr(NULL);
778 syntaxerr(const char *what)
1003 syntaxerr(msg);