Searched refs:old_strings (Results 1 – 2 of 2) sorted by relevance
408 char *old_names, *old_strings, *old_term, *filename; local420 old_strings = cur_term->_str_table;537 cur_term->_str_table = old_strings;551 if (old_strings != (char *) 0)552 free(old_strings);
430 char *old_names, *old_strings, *old_term, *filename; in restartterm() local438 old_strings = cur_term->_str_table; in restartterm()557 cur_term->_str_table = old_strings; in restartterm()567 if (old_strings != NULL) in restartterm()568 free(old_strings); in restartterm()