Home | History | Annotate | Download | only in perf

Lines Matching refs:isid

2377 /* true if isid(c) || isnum(c) */
6992 static inline int isid(int c)
9357 if (!(isnum(c) || isid(c) || c == '.' ||
9916 if (!isnum(c) && !isid(c))
19163 if (!isid(ch) && !isnum(ch))
20772 /* init isid table */
20774 isidnum_table[i] = isid(i) || isnum(i);