Lines Matching refs:oldtc
5680 char oldtc[TERMCAP_SIZE];
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, i = (size_t) (ptr1 - oldtc));