show_token
show_token(token));
show_token(token),
show_token(token));
show_token(token));
error_die(expr->pos, "constant %s is not a valid number", show_token(token));
sparse_error(token->pos, "got %s", show_token(token));
printf("%s%.*s", show_token(token), prec, separator);
sparse_error(token->pos, "got %s", show_token(token));
show_token(arg));
printf("%s%s", sep, show_token(token));
printf("%s", show_token(token));
show_token(what), wanted, count);
show_token(what), count, wanted);
show_token(what));
const char *val = quote ? quote_token(token) : show_token(token);
strcpy(p, show_token(left));
strcat(p, show_token(right));
val = show_token(token);
extern const char *show_token(const struct token *);