Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dsetup.c406 char *old_names, *old_strings, *old_term, *filename; local
418 old_strings = cur_term->_str_table;
535 cur_term->_str_table = old_strings;
549 if (old_strings != (char *) 0)
550 free(old_strings);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dsetup.c428 char *old_names, *old_strings, *old_term, *filename; in restartterm() local
436 old_strings = cur_term->_str_table; in restartterm()
555 cur_term->_str_table = old_strings; in restartterm()
565 if (old_strings != NULL) in restartterm()
566 free(old_strings); in restartterm()