isdigit           486 src/dps8/dps8_prt.c               isdigit (temp_buf [i + 13]) && // [0-9]
isdigit           487 src/dps8/dps8_prt.c               isdigit (temp_buf [i + 14]) && // [0-9]
isdigit           488 src/dps8/dps8_prt.c               isdigit (temp_buf [i + 15]) && // [0-9]
isdigit           489 src/dps8/dps8_prt.c               isdigit (temp_buf [i + 16]) && // [0-9]
isdigit           490 src/dps8/dps8_prt.c               isdigit (temp_buf [i + 17]) && // [0-9]
isdigit           509 src/dps8/dps8_prt.c               isdigit (temp_buf [i + 16]) && // [0-9]
isdigit           510 src/dps8/dps8_prt.c               isdigit (temp_buf [i + 17]) && // [0-9]
isdigit           511 src/dps8/dps8_prt.c               isdigit (temp_buf [i + 18]) && // [0-9]
isdigit           512 src/dps8/dps8_prt.c               isdigit (temp_buf [i + 19]) && // [0-9]
isdigit           513 src/dps8/dps8_prt.c               isdigit (temp_buf [i + 20]))   // [0-9]
isdigit          5332 src/simh/scp.c     if (isdigit((unsigned char)gnumver[0])) {
isdigit          7639 src/simh/scp.c return (c & 0x80) ? 0 : isdigit (c);
isdigit           370 src/simh/sim_hints.c         && isdigit (entry->d_name[3])) {
isdigit           495 src/simh/sim_hints.c         && isdigit (entry->d_name[3])) {
isdigit          2215 src/simh/sim_tmxr.c         if (!isdigit((unsigned char)*cptr)) {