Home
last modified time | relevance | path

Searched defs:_FLAG (Results 1 – 1 of 1) sorted by relevance

/third_party/popt/src/
Dpoptint.h73 #define F_ISSET(_opt, _FLAG) ((_opt)->argInfo & POPT_ARGFLAG_##_FLAG) argument
74 #define LF_ISSET(_FLAG) (argInfo & POPT_ARGFLAG_##_FLAG) argument
75 #define CBF_ISSET(_opt, _FLAG) ((_opt)->argInfo & POPT_CBFLAG_##_FLAG) argument