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

/netbsd-current/usr.bin/make/unit-tests/
H A Dcond-token-number.mk14 # See the ch_isdigit call in CondParser_String.
25 # See the ch_isdigit call in CondParser_String.
36 # See the ch_isdigit call in CondParser_String.
47 # See the ch_isdigit call in CondParser_String.
/netbsd-current/usr.bin/xlint/common/
H A Dlint.h176 ch_isdigit(char ch) function
/netbsd-current/usr.bin/indent/
H A Dlexi.c384 if (ch_isdigit(in.p[0]) ||
385 (in.p[0] == '.' && ch_isdigit(in.p[1]))) {
H A Dindent.h525 ch_isdigit(char ch) function
H A Dargs.c249 if (!(ch_isdigit(*arg_arg) && p->i_min <= num && num <= p->i_max))
/netbsd-current/usr.bin/xlint/lint1/
H A Derr.c455 for (; ch_isdigit(*p); p = end + 1) {
776 for (; ch_isdigit(*p); p = end + 1) {
H A Demit1.c190 if (ch_isdigit(sym->s_name[0])) /* see mktempsym */
470 while (ch_isdigit(c)) {
483 while (ch_isdigit(c)) {
537 if (ch_isdigit(sym->s_name[0])) /* see mktempsym */
H A Ddecl.c1811 !ch_isdigit(sym->s_name[0]) && /* see mktempsym */
2909 if (sym->s_block_level == 0 && ch_isdigit(sym->s_name[0]))
H A Dlex.c1080 if (!ch_isdigit(*p)) {
/netbsd-current/usr.bin/xlint/lint2/
H A Dchk.c645 if (ch_isdigit(fc)) {
647 do { fc = *fp++; } while (ch_isdigit(fc));
664 if (ch_isdigit(fc)) {
667 } while (ch_isdigit(fc));
849 if (ch_isdigit(fc)) {
851 do { fc = *fp++; } while (ch_isdigit(fc));
H A Dread.c695 if (ch_isdigit(c)) {
884 if (ch_isdigit(c)) {
/netbsd-current/usr.bin/make/
H A Darch.c484 ch_isdigit(memName[sizeof AR_EFMT1 - 1])) {
695 (ch_isdigit(out_arh->ar_name[sizeof AR_EFMT1 - 1]))) {
H A Dcond.c480 !ch_isdigit(*start)) {
720 if (ch_isdigit(p[0]) || p[0] == '-' || p[0] == '+')
H A Dmake.h1155 ch_isdigit(char ch) { return isdigit((unsigned char)ch) != 0; } function
H A Dvar.c1599 ch_isdigit(rp[1]))
2291 if (!ch_isdigit(**pp))
2512 if (!ch_isdigit(**pp))
3111 } else if (!ch_isdigit(sep[1])) {

Completed in 163 milliseconds