Lines Matching defs:havetok
1107 static int havetok(int tk)
1355 } else if (!havetok(tk)) complain(tk);
1368 while (havetok(tknl) || havetok(tksemi))
1374 while (havetok(tknl))
1386 if (!havetok(tkcomma)) return 0;
1581 if (havetok(tklbracket)) {
1791 if (havetok(tklt)) {
1975 if (havetok(tklbracket)) {
2041 if (havetok(tkelse)) {
2119 if (havetok(tksemi)) {
2155 if (havetok(tksemi)) {
2161 if (!havetok(tkrparen)) {
2353 if (havetok(tkrbrace)) {
2366 if (havetok(tkrbrace)) break;