Searched refs:COLUMNS (Results 1 – 10 of 10) sorted by relevance
27 #define COLUMNS 80 macro163 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()
27 #define COLUMNS 80163 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)
1297 #define COLUMNS 801433 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)
56 # - printf "%*s\r%s" COLUMNS "") # is used at the beginning to72 printf "%*s\r%s" COLUMNS ""
53 #define COLUMNS (sh.bltin_nodes+23) macro
79 nv_putval(COLUMNS, (char*)&v, NV_INT32|NV_RDONLY); in sh_fault()
514 register char *cp = nv_getval(COLUMNS); in ed_window()
368 The workaround is to add $(printf "%*s\r%s" COLUMNS "") at the beginning of
2352 .B \s-1COLUMNS\s+1
987 COLUMNS variables in sync with the actual window size.