HomeSort by: relevance | last modified time | path
    Searched defs:LINES (Results 1 - 5 of 5) 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++) {

Completed in 14 milliseconds