Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Darch.c531 ch_isdigit(memName[sizeof AR_EFMT1 - 1])) { in ArchStatMember()
742 ch_isdigit(out_arh->AR_NAME[sizeof AR_EFMT1 - 1])) { in ArchFindMember()
H A Dcond.c469 !ch_isdigit(*start)) { in CondParser_Leaf()
707 if (ch_isdigit(p[0]) || p[0] == '-' || p[0] == '+') in CondParser_ComparisonOrLeaf()
H A Dmake.h1220 ch_isdigit(char ch) { return isdigit((unsigned char)ch) != 0; } in ch_isdigit() function
H A Dvar.c1649 ch_isdigit(rp[1])) in RegexReplace()
2334 if (!ch_isdigit(**pp)) in TryParseSize()
2555 if (!ch_isdigit(**pp)) in TryParseTime()
3162 } else if (!ch_isdigit(sep[1])) in ApplyModifier_ToSep()