Home
last modified time | relevance | path

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

/dports/devel/libast/libast-0.7/src/
H A Doptions.c576 if (SPIFOPT_OPT_IS_BOOLEAN(j) && !is_boolean_value(val_ptr)) { in spifopt_parse()
641 if (SPIFOPT_OPT_IS_BOOLEAN(j)) { in spifopt_parse()
/dports/devel/libast/libast-0.7/include/
H A Dlibast.h2153 #define SPIFOPT_OPT_IS_BOOLEAN(n) (SPIFOPT_OPT_FLAGS(n) & SPIFOPT_FLAG_BOOLEAN) macro