Searched refs:old_getty (Results 1 – 1 of 1) sorted by relevance
1776 char *old_getty, *old_window, *old_type; in clean_ttys() local1802 old_getty = sp->se_getty ? strdup(sp->se_getty) : 0; in clean_ttys()1811 else if ( !old_getty in clean_ttys()1816 || (strcmp(old_getty, sp->se_getty) != 0) in clean_ttys()1825 if (old_getty) in clean_ttys()1826 free(old_getty); in clean_ttys()