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

/macosx-10.10.1/emacs-93/emacs/src/
H A Ddispnew.c4850 /* Bucket index of this row_entry in the hash table row_table. */
4875 static struct row_entry **row_table;
4904 entry = row_table[i];
4915 entry->next = row_table[i];
4916 row_table[i] = entry;
5057 nbytes = row_table_size * sizeof *row_table;
5058 row_table = (struct row_entry **) xrealloc (row_table, nbytes);
5059 bzero (row_table, nbytes);
5233 row_table[row_entry_poo
4856 static struct row_entry **row_table; variable in typeref:struct:row_entry
[all...]

Completed in 176 milliseconds