Searched refs:ISIDNUM (Results 1 - 15 of 15) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dgengtype-lex.l81 for (taglen = 1; ISIDNUM (tagstart[taglen]); taglen++)
84 ! ISIDNUM (*namestart);
88 for (namelen = 1; ISIDNUM (namestart[namelen]); namelen++)
171 for (namestart = yytext + yyleng - 7; !ISIDNUM (*namestart); namestart--)
173 for (namelen = 1; ISIDNUM (namestart[-namelen]); namelen++)
188 for (namestart = yytext + yyleng - 2; !ISIDNUM (*namestart); namestart--)
190 for (namelen = 1; ISIDNUM (namestart[-namelen]); namelen++)
219 for (taglen = 1; ISIDNUM (tagstart[taglen]); taglen++)
H A Dgen-protos.c109 while (ISIDNUM (*ptr))
H A Dscan.c67 if (c == EOF || ! ISIDNUM (c))
H A Dfix-header.c953 if (c == EOF || !(ISIDNUM (c)))
H A Dprotoize.c622 return (ISIDNUM (ch) || (ch == '$'));
4536 for (cp = varargs_style_indicator; ISIDNUM (*cp); cp++)
H A Dgcc.c5757 while (ISIDNUM(*p) || *p == '-' || *p == '+' || *p == '='
7074 while (ISIDNUM (*p) || *p == '-' || *p == '+' || *p == '='
H A Dmips-tfile.c691 (ISIDNUM (ch) || (ch) == '.' || (ch) == '$')
/freebsd-11.0-release/contrib/gcclibs/include/
H A Dsafe-ctype.h106 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) macro
/freebsd-11.0-release/contrib/gdb/include/
H A Dsafe-ctype.h106 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) macro
/freebsd-11.0-release/contrib/binutils/include/
H A Dsafe-ctype.h106 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) macro
/freebsd-11.0-release/contrib/gcclibs/libcpp/
H A Dinternal.h473 #define is_idchar(x) (ISIDNUM(x) || _dollar_ok(x))
474 #define is_numchar(x) ISIDNUM(x)
617 /* We saw a character that matches ISIDNUM(), update a
H A Dlex.c517 while (ISIDNUM (*cur))
527 while (ISIDNUM (*pfile->buffer->cur))
580 /* N.B. ISIDNUM does not include $. */
581 while (ISIDNUM (*cur) || *cur == '.' || VALID_SIGN (*cur, cur[-1]))
/freebsd-11.0-release/contrib/binutils/binutils/
H A Drclex.c846 while ((ch = rclex_peekch ()) != -1 && (ISIDNUM (ch) || ch == '$' || ch == '.'))
/freebsd-11.0-release/contrib/gcc/config/
H A Ddarwin.c153 if (! ISIDNUM (c) && c != '.' && c != '$')
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-s390.c666 while (ISIDNUM (*str))

Completed in 256 milliseconds