Lines Matching defs:table
53 * Empty table marker to enable displaying popt alias/exec options.
60 * Auto help table options.
560 * Display help text for a table of options.
563 * @param table option(s)
568 const struct poptOption * table,
575 if (table == poptAliasOptions) {
581 if (table != NULL)
582 for (opt = table; opt->longName || opt->shortName || opt->arg; opt++) {
587 if (table != NULL)
588 for (opt = table; opt->longName || opt->shortName || opt->arg; opt++) {
752 * Display usage text for a table of options.
785 /* Skip if this table has already been processed. */