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

  /src/usr.bin/make/unit-tests/
directive-include-guard.mk 26 # test case and writes some lines of text to that file. That file is then
32 LINES.variable-ifndef= \
43 LINES.variable-ifndef-reuse= \
53 LINES.variable-ifndef-zero= \
63 LINES.variable-ifndef-one= \
69 # Comments and empty lines do not affect the multiple-inclusion guard.
71 LINES.comments= \
86 LINES.variable-if= \
97 LINES.variable-if-reuse= \
107 LINES.variable-if-triple-negation=
    [all...]
  /src/usr.bin/pr/
pr.h 49 #define LINES 66
  /src/lib/libcurses/
curses.c 69 int LINES; /* Lines on the screen. */
curses_private.h 60 * A window is an array of __LINE structures pointed to by the 'lines' pointer.
107 __LINE **alines; /* Array of pointers to the lines */
220 int LINES; /* Lines on the screen. */
  /src/sys/arch/prep/stand/boot/
vreset.c 44 #define LINES 25
393 for (i = 0; i < LINES; i++) {
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
ProgressBar.py 44 they will be stored in the `COLS` and `LINES` attributes.
72 LINES = None #: Height of the terminal (None for unknown)
111 self.LINES = curses.tigetnum('lines')
  /src/external/bsd/ntp/dist/parseutil/
testdcf.c 317 #define LINES (24-2) /* error lines after which the two headlines are repeated */
337 int errs = LINES+1;
444 if (errs > LINES)
dcfd.c 172 #define LINES (24-2) /* error lines after which the two headlines are repeated */
1348 * rawdcf_init - set up modem lines for RAWDCF receivers
1501 errs = LINES+1;
1673 if (errs > LINES)

Completed in 47 milliseconds