/src/games/colorbars/ |
colorbars.c | 101 for (int xpos = 0; xpos < spacing; xpos++) local in function:main 102 mvprintw(line, xoffs + xpos, " ");
|
/src/sys/dev/dec/ |
vsxxxvar.h | 39 u_int8_t xpos; member in struct:vsxxx_softc::__anon8e5fa074010a::__anon8e5fa0740208
|
/src/games/rain/ |
rain.c | 78 int xpos[5], ypos[5]; local in function:main 108 xpos[j] = random() % cols + 2; 123 (void)mvaddch(ypos[j], xpos[j], 'o'); 126 (void)mvaddch(ypos[j], xpos[j], 'O'); 129 (void)mvaddch(ypos[j] - 1, xpos[j], '-'); 130 (void)mvaddstr(ypos[j], xpos[j] - 1, "|.|"); 131 (void)mvaddch(ypos[j] + 1, xpos[j], '-'); 134 (void)mvaddch(ypos[j] - 2, xpos[j], '-'); 135 (void)mvaddstr(ypos[j] - 1, xpos[j] - 1, "/ \\"); 136 (void)mvaddstr(ypos[j], xpos[j] - 2, "| O |") [all...] |
/src/lib/libcurses/ |
getstr.c | 165 int c, xpos, oldx, remain; local in function:__wgetnstr 173 xpos = oldx = win->curx; 187 mvwaddch(win, win->cury, xpos, ' '); 188 if (xpos > oldx) 190 xpos - 1, ' '); 191 if (win->curx > xpos - 1) 192 wmove(win, win->cury, xpos - 1); 193 xpos--; 201 if (win->curx > xpos) 202 wmove(win, win->cury, xpos - 1) [all...] |
/src/games/testpat/ |
testpat.c | 55 int xpos, ypos, spacing_residual, spacing_start, spacing_end; local in function:main 153 xpos = col; 154 while ((xpos < col + grid_x - 1) && (xpos < 156 mvaddch(line + grid_y - 1, xpos, 113 | 158 xpos++; 160 if (xpos < x_limit) 161 mvaddch(line + grid_y - 1, xpos, 110 | 189 xpos = col; 190 while ((xpos < col + grid_x - 1) && (xpos < x_limit)) [all...] |
/src/sys/dev/ic/ |
dc503reg.h | 77 volatile uint16_t xpos; member in struct:dc503reg
|
/src/games/worms/ |
worms.c | 189 short *xpos, *ypos; member in struct:worm 459 w->xpos = ip; 504 if ((x = w->xpos[h = w->head]) < 0) { 506 x = w->xpos[h] = 0, c | w->attr); 512 if (w->xpos[w->head = h] >= 0) { 515 x1 = w->xpos[h]; 547 ref[w->ypos[h] = y][w->xpos[h] = x]++; 551 mvaddch(w->ypos[prev], w->xpos[prev],
|
/src/games/atc/ |
struct.h | 96 int xpos; member in struct:plane
|
/src/bin/ksh/ |
lex.c | 789 int xpos; local in function:readhere 801 xpos = Xsavepos(xs, xp); 818 xp = Xrestpos(xs, xp, xpos);
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_tv.c | 1099 int xsize, ysize, xpos, ypos; local in function:intel_tv_get_config 1143 xpos = tmp >> 16; 1156 xpos, mode.hdisplay - xsize - xpos); 1436 int xpos, ypos; local in function:intel_tv_pre_enable 1546 xpos = conn_state->tv.margins.left; 1552 I915_WRITE(TV_WIN_POS, (xpos<<16)|ypos);
|
/src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
vmwgfx_drm.h | 515 * @xpos: X position of cursor. 526 __s32 xpos; member in struct:drm_vmw_cursor_bypass_arg
|