Home
last modified time | relevance | path

Searched refs:_savettytype (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/infocmp/
H A Dinfocmp.c120 static char _savettytype[TTYLEN+1]; /* the place to save those names */ variable
534 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()