Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libtacplus/
HDtaclib_private.h189 #define is_num(ch) /* numerical */ \ macro
192 (is_alpha(ch) || is_num(ch))
/freebsd-14-stable/contrib/llvm-project/lldb/bindings/python/
HDpython-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()