Lines Matching defs:token
59 syntax(Jcl_t* jcl, int level, char* token, char* expected, char* type)
64 (*jcl->disc->errorf)(NiL, jcl->disc, level, "%s: %s expected", token ? token : "EOF", expected);
65 else if (token)
66 (*jcl->disc->errorf)(NiL, jcl->disc, level, "%s: unknown %s", token, type ? type : "keyword");
73 * push a string on the input token stream
92 * push back one token or entire card if tok==0
222 * set *r to point to the next token in s
268 * set *p to point to the next number token value in s
498 * return the next token
525 goto token;
536 goto token;
543 goto token;
802 goto token;
823 goto token;
843 goto token;
853 goto token;
864 goto token;
910 token:
1062 * return next arg token
1088 * return next parm from single token or (...,...,...) list *p
1729 (*jcl->disc->errorf)(NiL, jcl->disc, 2, "%s: unknown IF expression token", t);