Lines Matching defs:otable
580 LTableRec otable;
584 otable = *ltable;
587 ltable->buckets = otable.buckets;
591 MoveValues(&otable, ltable);
2465 NTable otable;
2497 otable = table;
2502 if (table->tight && !otable->tight)
2509 if (!table || table->name != otable->name)
2515 if (table->tight && table == otable->next) {
2517 if (table && table->name == otable->name && table->hasloose)