Home
last modified time | relevance | path

Searched refs:ch_isdigit (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/bmake/
H A Darch.c532 ch_isdigit(memName[sizeof AR_EFMT1 - 1])) { in ArchStatMember()
743 (ch_isdigit(out_arh->AR_NAME[sizeof AR_EFMT1 - 1]))) { in ArchFindMember()
H A Dcond.c480 !ch_isdigit(*start)) { in CondParser_Leaf()
720 if (ch_isdigit(p[0]) || p[0] == '-' || p[0] == '+') in CondParser_ComparisonOrLeaf()
H A Dmake.h1192 ch_isdigit(char ch) { return isdigit((unsigned char)ch) != 0; } in ch_isdigit() function
H A Dvar.c1626 ch_isdigit(rp[1])) in RegexReplace()
2315 if (!ch_isdigit(**pp)) in TryParseSize()
2536 if (!ch_isdigit(**pp)) in TryParseTime()
3139 } else if (!ch_isdigit(sep[1])) { in ApplyModifier_ToSep()