Lines Matching refs:optinfo
45 static struct optinfo *opt_info(int c);
63 struct optinfo Opttable[] = {
95 int Opttable_cnt = sizeof (Opttable) / sizeof (struct optinfo);
101 opts_init(struct optinfo *table, int numentries)
110 * opt_info -- fetch the optinfo struct for the given option
112 static struct optinfo *
118 return ((struct optinfo *)lut_lookup(Info, lhs));
159 struct optinfo *info = opt_info(*ptr);
219 struct optinfo *info = opt_info(*o);
516 static struct optinfo Testopttable[] = {
537 sizeof (Testopttable) / sizeof (struct optinfo));