Home
last modified time | relevance | path

Searched refs:_poptGroupMask (Results 1 – 3 of 3) sorted by relevance

/third_party/popt/src/
Dpoptint.h68 extern unsigned int _poptGroupMask;
71 #define poptGroup(_opt) ((_opt)->argInfo & _poptGroupMask)
Dlibpopt.vers7 _poptGroupMask;
Dpopt.c35 unsigned int _poptGroupMask = POPT_GROUP_MASK; variable