Home
last modified time | relevance | path

Searched refs:quote_token (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dtoken.h229 extern const char *quote_token(const struct token *);
H A Dtokenize.c248 const char *quote_token(const struct token *token) in quote_token() function
H A Dpre-process.c428 const char *val = quote ? quote_token(token) : show_token(token); in show_token_sequence()