Lines Matching refs:UP
51 * PC, BC, and UP only. This is gross.
68 char *UP; /* up cursor sequence */
74 static int lUP; /* length of UP */
83 static char **tstr[] = {&BC, &CD, &CE, &CL, &CM, &HO, &MC, &ML, &ND, &UP};
228 if (j < 4) { /* figure how far to back up for next row */
478 /* try corresponding UP combinations */
480 /* CR, UP, and ND */
485 /* UP and ND */
491 /* UP and BS */
548 /* CR and up and over */
552 tputs(UP, 1, addbuf);
557 /* up and over */
560 tputs(UP, 1, addbuf);
565 /* up and back */
568 tputs(UP, 1, addbuf);
747 if (UP)
748 lUP = (int)strlen(UP);
751 if (LI < 24 || CO < 72 || !(CL && UP && ND)) {