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

/xsrc/external/mit/xterm/dist/
H A Dmain.c5680 char oldtc[TERMCAP_SIZE]; local in function:resize_termcap
5682 strcpy(oldtc, newtc);
5683 TRACE(("resize %s\n", oldtc));
5684 if ((ptr1 = x_strindex(oldtc, "co#")) == NULL) {
5685 strcat(oldtc, "co#80:");
5686 ptr1 = x_strindex(oldtc, "co#");
5688 if ((ptr2 = x_strindex(oldtc, "li#")) == NULL) {
5689 strcat(oldtc, "li#24:");
5690 ptr2 = x_strindex(oldtc, "li#");
5700 strncpy(newtc, oldtc,
[all...]

Completed in 6 milliseconds