Lines Matching defs:o
305 #define NPOPT_PARSER(o) nmport_opt_##o##_parser argument
306 #define NPOPT_DESC(o) nmport_opt_##o##_desc argument
307 #define NPOPT_NRKEYS(o) (NPOPT_DESC(o).nr_keys) argument
308 #define NPOPT_DECL(o, f) \ argument
333 struct nmreq_opt_parser *o = k->option; in nmport_opt_key_ctor() local
345 #define NPKEY_DESC(o, k) nmport_opt_##o##_key_##k##_desc argument
346 #define NPKEY_ID(o, k) (NPKEY_DESC(o, k).id) argument
347 #define NPKEY_DECL(o, k, f) \ argument
359 #define nmport_key(p, o, k) ((p)->keys[NPKEY_ID(o, k)]) argument
360 #define nmport_defkey(p, o) ((p)->keys[NPOPT_DESC(o).default_key]) argument
616 struct nmreq_option *o; in nmport_register() local