Home
last modified time | relevance | path

Searched refs:COLUMNS (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/docs/
H A Dkernel.c27 #define COLUMNS 80 macro
163 for (i = 0; i < COLUMNS * LINES * 2; i++) in cls()
230 *(video + (xpos + ypos * COLUMNS) * 2) = c & 0xFF; in putchar()
231 *(video + (xpos + ypos * COLUMNS) * 2 + 1) = ATTRIBUTE; in putchar()
234 if (xpos >= COLUMNS) in putchar()
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)
H A Dmultiboot.info1297 #define COLUMNS 80
1433 for (i = 0; i < COLUMNS * LINES * 2; i++)
1500 *(video + (xpos + ypos * COLUMNS) * 2) = c & 0xFF;
1501 *(video + (xpos + ypos * COLUMNS) * 2 + 1) = ATTRIBUTE;
1504 if (xpos >= COLUMNS)
/titanic_41/usr/src/cmd/nsadmin/
H A Dksh.kshrc56 # - printf "%*s\r%s" COLUMNS "") # is used at the beginning to
72 printf "%*s\r%s" COLUMNS ""
/titanic_41/usr/src/lib/libshell/common/include/
H A Dvariables.h53 #define COLUMNS (sh.bltin_nodes+23) macro
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dfault.c79 nv_putval(COLUMNS, (char*)&v, NV_INT32|NV_RDONLY); in sh_fault()
/titanic_41/usr/src/lib/libshell/common/edit/
H A Dedit.c514 register char *cp = nv_getval(COLUMNS); in ed_window()
/titanic_41/usr/src/lib/libshell/misc/
H A DERRATA.txt368 The workaround is to add $(printf "%*s\r%s" COLUMNS "") at the beginning of
/titanic_41/usr/src/lib/libshell/common/
H A Dsh.memo2352 .B \s-1COLUMNS\s+1
H A DRELEASE987 COLUMNS variables in sync with the actual window size.