Lines Matching defs:table
61 static Option_t options[] = /* option table */
320 Hash_table_t* table;
334 if (!(op = (Option_t*)hashget(opt.table, name)) && (strchr(name, '-') || strchr(name, '_')))
339 op = (Option_t*)hashget(opt.table, sfstruse(internal.tmp));
351 hashput(opt.table, op->name, (char*)op);
358 hashput(opt.table, strdup(sfstruse(internal.tmp)), (char*)op);
368 hashput(opt.table, strdup(buf), (char*)op);
372 hashput(opt.table, strdup(buf), (char*)op);
377 * initialize the option hash table
385 opt.table = hashalloc(NiL, HASH_name, "options", 0);
405 * return option table entry given OPT_[a-z]+ flag
406 * type==0 panics if not in table
972 if (!table.regress)
973 table.regress = hashalloc(table.rule, HASH_name, "regress-paths", 0);
1439 * '#' table attributes with the current value
1651 * '#' table attributes with the current value