Searched refs:toktostr (Results 1 – 1 of 1) sorted by relevance
278 static char *toktostr();287 sizeof (expectbuf), "expected '%s'", toktostr(exp1)); in expected1()298 sizeof (expectbuf), "expected '%s' or '%s'", toktostr(exp1), in expected2()299 toktostr(exp2)); in expected2()311 toktostr(exp1), toktostr(exp2), toktostr(exp3)); in expected3()360 toktostr(tok_kind kind) in toktostr() function