Searched refs:savettytype (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/infocmp/
H A Dinfocmp.c119 static char *savettytype; /* the synonyms of the first terminal */ variable
534 savettytype = _savettytype;
536 savettytype = malloc(length);
537 if (savettytype == NULL) {
543 savettytype = _savettytype;
846 pr_heading((char *)0, savettytype);

Completed in 342 milliseconds