Searched refs:YSIZE (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/lib/libocurses/PSD.doc/ |
| D | ex2.c | 34 #define YSIZE LINES 58 stdscr = newwin(YSIZE, XSIZE, 0, 0); 66 for (i = 0; i < YSIZE + 2; i++) { 183 } else if (cury >= YSIZE) { 186 move(YSIZE - 1, 0); 187 sprintf(id, "%d: ", base + YSIZE); 190 addch('0' + ((base + YSIZE) % 10));
|
| D | ex1.c | 36 #define YSIZE 10 54 stdscr = newwin(YSIZE, XSIZE, 10, 35);
|
| /mirbsd/src/lib/libocurses/EXAMPLES/ |
| D | ex1.c | 46 #define YSIZE 10 macro 64 stdscr = newwin(YSIZE, XSIZE, 10, 35); in main()
|