opt_list
struct opt_list *o_next;
extern struct opt_list *otab;
struct opt_list *otab;
struct opt_list *ol;
struct opt_list *po;
struct opt_list *po;
struct opt_list *ol;
case opt_list: list_cmd();
Option = opt_list;
TAILQ_INIT(&ndopts.opt_list);
TAILQ_FOREACH(nol, &ndopts.opt_list, nol_next)
TAILQ_HEAD(, nd_optlist) opt_list;
#define opt_list nd_opt_each.opt_list
TAILQ_INSERT_TAIL(&(ndopts->opt_list), nol, nol_next);
while ((nol = TAILQ_FIRST(&ndopts->opt_list)) != NULL) {
TAILQ_REMOVE(&ndopts->opt_list, nol, nol_next);
TAILQ_INIT(&ndopts.opt_list);