Home
last modified time | relevance | path

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

/third_party/cups-filters/filter/
Dpdf.h34 struct _opt { struct
35 const char* key;
36 const char* val;
37 opt_t *next;
/third_party/popt/src/
Dpoptint.h70 #define poptArgType(_opt) ((_opt)->argInfo & _poptArgMask) argument
71 #define poptGroup(_opt) ((_opt)->argInfo & _poptGroupMask) argument
73 #define F_ISSET(_opt, _FLAG) ((_opt)->argInfo & POPT_ARGFLAG_##_FLAG) argument
75 #define CBF_ISSET(_opt, _FLAG) ((_opt)->argInfo & POPT_CBFLAG_##_FLAG) argument
/third_party/FreeBSD/sbin/newfs_msdos/
Dmkfs_msdos.h66 #define AOPT(_opt, _type, _name, _min, _desc) _type _name; argument
Dnewfs_msdos.c274 #define AOPT(_opt, _type, _name, _min, _desc) { _opt, _desc }, in usage() argument