HomeSort by: relevance | last modified time | path
    Searched defs:NLINES (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/kernel/kqueue/read/
t_file.c 56 #define NLINES 5
65 for (i = 0; i < NLINES; ++i) {
109 for (num = 0; num < NLINES;) {
  /src/lib/libcurses/PSD.doc/
twinkle1.c 43 #define NLINES 24
50 static LOCS Layout[NCOLS * NLINES]; /* current board layout */
108 for (y = 0; y < NLINES; y++)
130 if (y < 3 || y >= NLINES - 3)
twinkle2.c 41 #define NLINES 24
48 static LOCS Layout[NCOLS * NLINES]; /* current board layout */
107 tputs(CL, NLINES, putchar);
149 if (!AM || (lp->y < NLINES - 1 || lp->x < NCOLS - 1)) {
176 for (y = 0; y < NLINES; y++)
198 if (y < 3 || y >= NLINES - 3)
  /src/usr.bin/msgs/
msgs.c 99 #define NLINES 24 /* default number of lines/crt screen */
137 int nlines; variable in typeref:typename:int
463 Lpp = NLINES;
507 nlines = 2;
510 nlines++;
514 nlines++;
519 nlines++;
521 while (nlines < 6
525 nlines++;
586 prmesg(nlines + lct + (seensubj? 1 : 0))
    [all...]

Completed in 13 milliseconds