Home
last modified time | relevance | path

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

/freebsd/contrib/byacc/
H A Ddefs.h167 #define IS_NAME1(c) (isalpha(UCH(c)) || (c) == '_' || (c) == '$') macro
H A Dreader.c1710 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()
H A Doutput.c1189 if (!IS_NAME1(c)) in is_C_identifier()
1199 if (!IS_NAME1(c)) in is_C_identifier()
H A DCHANGES2251 add/use IS_NAME1() and IS_NAME2() to reduce clutter