Searched refs:_poptGroupMask (Results 1 – 3 of 3) sorted by relevance
68 extern unsigned int _poptGroupMask;71 #define poptGroup(_opt) ((_opt)->argInfo & _poptGroupMask)
7 _poptGroupMask;
35 unsigned int _poptGroupMask = POPT_GROUP_MASK; variable