Searched refs:_savettytype (Results 1 – 1 of 1) sorted by relevance
120 static char _savettytype[TTYLEN+1]; /* the place to save those names */ variable534 savettytype = _savettytype; in initfirstterm()540 (void) strncpy(_savettytype, ttytype, in initfirstterm()542 _savettytype[TTYLEN] = '\0'; in initfirstterm()543 savettytype = _savettytype; in initfirstterm()546 (void) strcpy(_savettytype, ttytype); in initfirstterm()