Home | History | Annotate | Download | only in common_source

Lines Matching defs:LI

76 static int LI;			/* number of lines */
665 for (i = curr; i < LI; i++)
671 while (curr < LI - 1) {
705 if (curr == LI - 1)
721 LI = tgetnum("li"); /* get number of lines */
722 if (LI == -1)
723 LI = 12;
751 if (LI < 24 || CO < 72 || !(CL && UP && ND)) {
756 linect = (int *) calloc(LI + 1, sizeof(int));