Searched refs:is_name (Results 1 – 2 of 2) sorted by relevance
13 #define is_name(c) ((c) == '_' || isalpha((unsigned char)(c))) macro19 if (!is_name(*name)) in endofname()
534 #define is_name(c) ((c) == '_' || isalpha((unsigned char)(c))) macro12771 || (c != '(' && c != '{' && !is_name(c) && !is_special(c)) in readtoken1()12805 if (is_name(c)) { in readtoken1()