Lines Matching defs:CURTOK
1104 #define CURTOK() (TT.scs->tok)
1360 do scan(); while (!ISTOK(tkeof) && !strchr(tklist, CURTOK()));
1627 // CURTOK() must be $ here.
1681 // On entry: CURTOK() is first token of expression
1682 // On exit: CURTOK() is infix operator (for binary_op() to handle) or next
1707 int tok = CURTOK();
1715 gencd(CURTOK());
1813 // CURTOK() holds first token of right operand.
1898 if (prim_st > 0 && strchr(printexprendsy, CURTOK())) return prim_st;
1909 // CURTOK() should be a binary op.
1910 int optor = CURTOK();
1935 optor = CURTOK();
1947 if ((tk == tkprintf) || !strchr(printexprendsy, CURTOK())) {
1951 if (num_exprs > 0 && !strchr(printexprendsy, CURTOK())) FATAL("print stmt bug");
1957 outmode = CURTOK();
1995 if (strchr(exprstartsy, CURTOK())) {
2000 switch (CURTOK()) {
2003 print_stmt(CURTOK());
2196 switch (CURTOK()) {
2229 if (strchr(exprstartsy, CURTOK())) {
2238 if (strchr(exprstartsy, CURTOK())) {
2383 switch (CURTOK()) {