Home | History | Annotate | Download | only in et

Lines Matching refs:table

143 	if ((et->table->base & 0xffffffL) == (table_num & 0xffffffL)) {
144 /* This is the right table */
145 if (et->table->n_msgs <= offset) {
148 const char *msg = et->table->msgs[offset];
158 if ((et->table->base & 0xffffffL) == (table_num & 0xffffffL)) {
159 /* This is the right table */
160 if (et->table->n_msgs <= offset) {
163 const char *msg = et->table->msgs[offset];
279 el->table = et;
307 if (el->table->base == et->base) {
338 add_error_table(new_table->table);