Searched defs:ISSET (Results 1 – 7 of 7) sorted by relevance
63 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro110 #define ISSET(v, n) ((v)[n]) macro
47 message ISSET {} message
48 ISSET = 42; enumerator
47 enum ISSET { ZERO43 = 0; } enum
65 #define ISSET(opt) (sp->fts_options & (opt)) macro
1796 #define ISSET BIT(2) /* has value, vp->val.[si] */ macro