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

/openbsd-current/gnu/gcc/gcc/
H A Dscan.c61 if (ISIDST (c))
210 if (ISIDST (c))
H A Dfix-header.c947 if (ISIDST (c))
1264 if (ISIDST (c))
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dscan.c66 if (ISIDST (c))
225 if (ISIDST (c))
H A Dcpphash.h472 #define is_idstart(x) (ISIDST(x) || _dollar_ok(x))
H A Dfix-header.c936 if (ISIDST (c))
1255 if (ISIDST (c))
/openbsd-current/gnu/lib/libiberty/include/
H A Dsafe-ctype.h107 #define ISIDST(c) _sch_test(c, _sch_isidst) macro
/openbsd-current/gnu/gcc/include/
H A Dsafe-ctype.h107 #define ISIDST(c) _sch_test(c, _sch_isidst) macro
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dsafe-ctype.h107 #define ISIDST(c) _sch_test(c, _sch_isidst) macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dsafe-ctype.h107 #define ISIDST(c) _sch_test(c, _sch_isidst) macro
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dimplic.c96 if (ISIDST (c))
H A Dlex.h174 #define ffelex_is_firstnamechar(c) ISIDST (c)
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dlex.h253 && (ISIDST (c) || c == '$')) \
H A Djvspec.c105 #define JAVA_START_CHAR_P(c) (c < 128 && (ISIDST (c) || c == '$'))
/openbsd-current/gnu/gcc/libcpp/
H A Dinternal.h464 #define is_idstart(x) (ISIDST(x) || _dollar_ok(x))

Completed in 361 milliseconds