Searched defs:lopt (Results 1 – 5 of 5) sorted by relevance
46 struct option **lopt_ptr = data, *lopt = *lopt_ptr; in parse_long_opt() local63 struct option *lopts = xzalloc(sizeof(struct option)*argc), *lopt = lopts; in getopt_main() local
410 int lopt = 0; in add_cmdopt() local
60 for (const option* lopt = longopts; lopt && lopt->name; lopt++) { in ParseOpts() local
19 struct flag *lopt; member
3288 #define FN(lname,lid,lfac,lopt) \ argument