Lines Matching defs:table
31 struct table36 } table[NTAB];80 struct table *hash(char *name);112 printf(gettext("no table\n"));246 struct table *q;312 struct table *tp, *lp;337 for(tp = &table[0]; tp < &table[NTAB]; tp++) {479 struct table *482 struct table *tp;492 tp = &table[h];499 if(tp >= &table[NTAB])500 tp = table;