Searched refs:quote_token (Results 1 – 3 of 3) sorted by relevance
228 extern const char *quote_token(const struct token *);
253 const char *quote_token(const struct token *token) in quote_token() function
418 const char *val = quote ? quote_token(token) : show_token(token); in show_token_sequence()