Searched refs:IS_NAME2 (Results 1 – 4 of 4) sorted by relevance
1740 while (IS_NAME2(UCH(*cptr))) in scan_id()2280 while (IS_NAME2(UCH(*p))) in parse_id()3151 while (IS_NAME2(c)); in copy_action()3341 while (IS_NAME2(c)); in get_code()3507 while (IS_NAME2(c)); in process_destructor_XX()
168 #define IS_NAME2(c) (isalnum(UCH(c)) || (c) == '_' || (c) == '$') macro
1193 if (!IS_NAME2(c)) in is_C_identifier()1203 if (!IS_NAME2(c)) in is_C_identifier()
2251 add/use IS_NAME1() and IS_NAME2() to reduce clutter