Lines Matching defs:next_free
107 int next_free; /* next free character in string_table */
686 l_next_free = next_free;
753 if (next_free % 256 == 255)
754 next_free++;
756 old_next_free = next_free;
766 while (table_size <= next_free + strlen(string)) {
774 strcpy(&string_table[next_free], string);
776 DEBUG(7, "at location %d\n", next_free);
777 next_free += strlen(string) + 1;
786 * Reset the next_free counter to zero.
804 next_free = 0;