Home
last modified time | relevance | path

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

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