quote_token
const char *val = quote ? quote_token(token) : show_token(token);
extern const char *quote_token(const struct token *);