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

  /src/sys/arch/hp300/stand/common/
machdep.c 143 #define COLS 80
148 static char buf[COLS];
158 for (i = col; i < COLS-1; i++)
175 if (++col == COLS-1)
  /src/lib/libcurses/
curses.c 68 int COLS; /* Columns on the screen. */
curses_private.h 219 int COLS; /* Columns on the screen. */
403 int __slk_resize(SCREEN *, int cols);
  /src/sys/arch/prep/stand/boot/
vreset.c 45 #define COLS 80
394 for (j = 0; j < COLS; j++) {
395 videomem[((i * COLS)+j) * 2] = 0x20; /* space */
396 videomem[((i * COLS)+j) * 2 + 1] = 0x07; /* fg/bg */
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
ProgressBar.py 44 they will be stored in the `COLS` and `LINES` attributes.
71 COLS = None #: Width of the terminal (None for unknown)
110 self.COLS = curses.tigetnum('cols')
231 if self.term.COLS:
232 self.width = self.term.COLS

Completed in 45 milliseconds