Searched refs:ISIDST (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dscan.c61 if (ISIDST (c))
210 if (ISIDST (c))
H A Dfix-header.c947 if (ISIDST (c))
1264 if (ISIDST (c))
/freebsd-11-stable/contrib/gcclibs/include/
H A Dsafe-ctype.h107 #define ISIDST(c) _sch_test(c, _sch_isidst) macro
/freebsd-11-stable/contrib/gdb/include/
H A Dsafe-ctype.h107 #define ISIDST(c) _sch_test(c, _sch_isidst) macro
/freebsd-11-stable/contrib/binutils/include/
H A Dsafe-ctype.h107 #define ISIDST(c) _sch_test(c, _sch_isidst) macro
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dinternal.h475 #define is_idstart(x) (ISIDST(x) || _dollar_ok(x))
/freebsd-11-stable/contrib/binutils/binutils/
H A Drclex.c844 if (ISIDST (ch) || ch=='$')

Completed in 295 milliseconds