Searched refs:POSITIVE (Results 1 – 2 of 2) sorted by relevance
115 #define POSITIVE (1<<7) macro287 if (number < 0 || !number && (flags & POSITIVE)) in init()358 *f &= ~(ERROR|NEGATIVE|POSITIVE); in num()366 *f |= POSITIVE; in num()473 flags &= ~(ERROR|NEGATIVE|POSITIVE); in b_tail()483 if (flags & (NEGATIVE|POSITIVE)) in b_tail()734 if (number < 0 || !number && (flags & POSITIVE)) in b_tail()
793 Cleaned up the use of the macros NEGATIVE and POSITIVE which were defined