Searched refs:otable (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DContext.c107 TableEntry *otable; local in function:ResizeTable
111 otable = db->table;
116 db->table = otable;
121 for (pold = otable ; --j >= 0; pold++) {
129 Xfree(otable);
H A DXrm.c580 LTableRec otable; local in function:GrowTable
584 otable = *ltable;
587 ltable->buckets = otable.buckets;
591 MoveValues(&otable, ltable);
2465 NTable otable; local in function:GetNEntry
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
[all...]

Completed in 5 milliseconds