Home
last modified time | relevance | path

Searched refs:old_strings (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dsetup.c408 char *old_names, *old_strings, *old_term, *filename; local
420 old_strings = cur_term->_str_table;
537 cur_term->_str_table = old_strings;
551 if (old_strings != (char *) 0)
552 free(old_strings);
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dsetup.c430 char *old_names, *old_strings, *old_term, *filename; in restartterm() local
438 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()