wi_table
static struct wi_table *wi_optlookup(struct wi_table *, int);
static struct wi_table wi_table[] = {
static struct wi_table wi_crypt_table[] = {
static struct wi_table *wi_tables[] = {
wi_table,
static struct wi_table *
wi_optlookup(struct wi_table *table, int opt)
struct wi_table *wt;
struct wi_table *w;
w = wi_table;
struct wi_table *wt, **table;