Searched refs:terminaltype (Results 1 – 1 of 1) sorted by relevance
2405 static char *terminaltype = 0; variable3130 if (terminaltype) in doit()3131 (void) local_setenv("TERM", terminaltype+5, 1); in doit()3967 terminaltype = terminalname+strlen(terminalname); in suboption()3969 while (terminaltype < (terminalname + sizeof (terminalname) - in suboption()3977 *terminaltype++ = c; /* accumulate name */ in suboption()3979 *terminaltype = 0; in suboption()3980 terminaltype = terminalname; in suboption()