Searched refs:IS_NAME1 (Results 1 – 4 of 4) sorted by relevance
167 #define IS_NAME1(c) (isalpha(UCH(c)) || (c) == '_' || (c) == '$') macro
1710 if (!IS_NAME1(c)) in get_tag()3144 if (IS_NAME1(c)) in copy_action()3334 if (IS_NAME1(c)) in get_code()3500 if (IS_NAME1(c)) in process_destructor_XX()
1189 if (!IS_NAME1(c)) in is_C_identifier()1199 if (!IS_NAME1(c)) in is_C_identifier()
2251 add/use IS_NAME1() and IS_NAME2() to reduce clutter