Searched refs:old_getty (Results 1 – 1 of 1) sorted by relevance
1415 char *old_getty, *old_window, *old_type; in f_clean_ttys() local1453 old_getty = sp->se_getty ? strdup(sp->se_getty) : 0; in f_clean_ttys()1462 else if ( !old_getty in f_clean_ttys()1467 || (strcmp(old_getty, sp->se_getty) != 0) in f_clean_ttys()1476 if (old_getty) in f_clean_ttys()1477 free(old_getty); in f_clean_ttys()