Home
last modified time | relevance | path

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

/freebsd/contrib/byacc/
H A Doutput.c1179 is_C_identifier(char *name) in is_C_identifier() function
1241 if (is_C_identifier(s) && (!sflag || *s != '"')) in output_defines()