Lines Matching defs:expect
1347 static void expect(int tk)
1380 expect(tkrparen);
1446 expect(tklparen);
1455 expect(tkcomma);
1469 expect(tkcomma);
1480 expect(tkcomma);
1516 expect(tkrparen);
1555 expect(tklparen);
1569 expect(tkrparen);
1588 expect(tkrbracket);
1628 expect(tkfield);
1773 expect(tkrparen);
1829 expect(tkgetline);
1853 expect(tkternelse);
1946 expect(tk); // tkprint or tkprintf
1970 expect(tkdelete);
1981 expect(tkrbracket);
1990 } else expect(tkvar);
2028 expect(tkif);
2029 expect(tklparen);
2068 expect(tkwhile);
2069 expect(tklparen);
2087 expect(tkdo);
2106 expect(tkwhile);
2107 expect(tklparen);
2126 expect(tksemi);
2153 expect(tkfor);
2154 expect(tklparen);
2162 expect(tksemi);
2293 expect(tkfunction);
2311 if (ISTOK(tkfunc)) expect(tkfunc); // func name with no space before (
2312 else expect(tkvar); // func name with space before (
2313 expect(tklparen);
2320 expect(tkvar);
2349 expect(tklbrace);