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

/osnet-11/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);
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dsetup.c430 char *old_names, *old_strings, *old_term, *filename; local
438 old_strings = cur_term->_str_table;
557 cur_term->_str_table = old_strings;
567 if (old_strings != NULL)
568 free(old_strings);

Completed in 17 milliseconds