Lines Matching refs:o
437 const struct argp_option *o; in make_hol() local
456 for (o = opts; ! oend (o); o++) in make_hol()
458 if (! oalias (o)) in make_hol()
460 if (oshort (o)) in make_hol()
474 for (o = opts, entry = hol->entries; ! oend (o); entry++) in make_hol()
476 entry->opt = o; in make_hol()
480 o->group in make_hol()
481 ? o->group in make_hol()
482 : ((!o->name && !o->key) in make_hol()
491 if (oshort (o) && ! find_char (o->key, hol->short_options, so)) in make_hol()
493 *so++ = o->key; in make_hol()
494 o++; in make_hol()
496 while (! oend (o) && oalias (o)); in make_hol()