Home
last modified time | relevance | path

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

/freebsd/lib/libtacplus/
H A Dtaclib_private.h189 #define is_num(ch) /* numerical */ \ macro
192 (is_alpha(ch) || is_num(ch))
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig495 is_num,is_sign = is_numeric_type(self.sbvalue.GetType().GetCanonicalType().GetBasicType())
496 if is_num and not is_sign: return self.sbvalue.GetValueAsUnsigned()