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