Searched refs:COLUMNS (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dkernel.c27 #define COLUMNS 80 macro
163 for (i = 0; i < COLUMNS * LINES * 2; i++)
230 *(video + (xpos + ypos * COLUMNS) * 2) = c & 0xFF;
231 *(video + (xpos + ypos * COLUMNS) * 2 + 1) = ATTRIBUTE;
234 if (xpos >= COLUMNS)
H A Dkernel.c.texi27 #define COLUMNS 80
163 for (i = 0; i < COLUMNS * LINES * 2; i++)
230 *(video + (xpos + ypos * COLUMNS) * 2) = c & 0xFF;
231 *(video + (xpos + ypos * COLUMNS) * 2 + 1) = ATTRIBUTE;
234 if (xpos >= COLUMNS)
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dvariables.h53 #define COLUMNS (sh.bltin_nodes+23) macro
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dfault.c79 nv_putval(COLUMNS, (char*)&v, NV_INT32|NV_RDONLY);
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dedit.c514 register char *cp = nv_getval(COLUMNS);

Completed in 1361 milliseconds