Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dctype.h53 _ISdigit = _ISbit (3), /* Numeric. */ enumerator
176 # define isdigit(c) __isctype((c), _ISdigit)
284 # define __isdigit_l(c,l) __isctype_l((c), _ISdigit, (l))