Home
last modified time | relevance | path

Searched refs:ISIDST (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/binutils-2.27/include/
H A Dsafe-ctype.h103 #define ISIDST(c) _sch_test(c, _sch_isidst) macro
/dragonfly/contrib/gcc-4.7/include/
H A Dsafe-ctype.h103 #define ISIDST(c) _sch_test(c, _sch_isidst) macro
/dragonfly/contrib/binutils-2.34/include/
H A Dsafe-ctype.h103 #define ISIDST(c) _sch_test(c, _sch_isidst) macro
/dragonfly/contrib/gdb-7/include/
H A Dsafe-ctype.h103 #define ISIDST(c) _sch_test(c, _sch_isidst) macro
/dragonfly/contrib/gcc-8.0/include/
H A Dsafe-ctype.h103 #define ISIDST(c) _sch_test(c, _sch_isidst) macro
/dragonfly/contrib/gcc-4.7/libcpp/
H A Dinternal.h567 #define is_idstart(x) (ISIDST(x) || _dollar_ok(x))
H A Dlex.c1495 if (ISIDST (*cur)) in lex_raw_string()
1610 if (ISIDST (*cur)) in lex_string()
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dinternal.h590 #define is_idstart(x) (ISIDST(x) || _dollar_ok(x))
H A Dlex.c1616 if (! ISIDST (*cur)) in is_macro()
1929 else if (ISIDST (*cur)) in lex_raw_string()
2058 else if (ISIDST (*cur)) in lex_string()
3475 && ISIDST (token2->val.str.text[0])))); in cpp_avoid_paste()
/dragonfly/contrib/gdb-7/gdb/
H A Dcp-support.c129 if (!ISIDST (string[0])) in cp_already_canonical()