Searched refs:old_getty (Results 1 – 1 of 1) sorted by relevance
1756 char *old_getty, *old_window, *old_type; in clean_ttys() local1782 old_getty = sp->se_getty ? strdup(sp->se_getty) : 0; in clean_ttys()1791 else if ( !old_getty in clean_ttys()1796 || (strcmp(old_getty, sp->se_getty) != 0) in clean_ttys()1805 if (old_getty) in clean_ttys()1806 free(old_getty); in clean_ttys()