/src/sys/dev/dec/ |
vsxxxvar.h | 40 u_int8_t ypos; member in struct:vsxxx_softc::__anon8e5fa074010a::__anon8e5fa0740208
|
/src/games/rain/ |
rain.c | 78 int xpos[5], ypos[5]; local in function:main 109 ypos[j] = random() % lines + 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/games/testpat/ |
testpat.c | 55 int xpos, ypos, spacing_residual, spacing_start, spacing_end; local in function:main 164 ypos = line; 165 while (ypos < line + grid_y - 1) { 167 mvaddch(ypos, col + 1, 120 | A_ALTCHARSET); 169 ypos++; 177 ypos = line; 178 while (ypos < line + grid_y - 1) { 179 mvaddch(ypos, 0, 120 | A_ALTCHARSET); 180 mvaddch(ypos, x_limit, 120 | A_ALTCHARSET); 181 ypos++ [all...] |
/src/sys/dev/ic/ |
dc503reg.h | 79 volatile uint16_t ypos; member in struct:dc503reg
|
/src/games/worms/ |
worms.c | 189 short *xpos, *ypos; member in struct:worm 464 w->ypos = ip; 505 mvaddch(y = w->ypos[h] = bottom, 509 y = w->ypos[h]; 516 y1 = w->ypos[h]; 547 ref[w->ypos[h] = y][w->xpos[h] = x]++; 551 mvaddch(w->ypos[prev], w->xpos[prev],
|
/src/games/atc/ |
struct.h | 97 int ypos; member in struct:plane
|
/src/lib/libform/ |
internals.c | 132 * field. This may be as simple as just changing the ypos (if at all) but 139 unsigned ypos; local in function:adjust_ypos 142 ypos = 0; 146 ypos++; 149 field->cursor_ypos = ypos; 151 if (ypos > (field->rows - 1)) { 157 ypos = ypos - (field->rows - 1); 158 while (ypos > 0) { 159 ypos-- [all...] |
/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 1144 ypos = tmp & 0xffff; 1158 ypos, mode.vdisplay - ysize - ypos); 1436 int xpos, ypos; local in function:intel_tv_pre_enable 1547 ypos = tv_conn_state->margins.top; 1552 I915_WRITE(TV_WIN_POS, (xpos<<16)|ypos);
|
/src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
vmwgfx_drm.h | 516 * @ypos: Y position of cursor. 527 __s32 ypos; member in struct:drm_vmw_cursor_bypass_arg
|
/src/sys/dev/stbi/ |
stb_image.c | 1963 int ypos; // which pre-expansion row we're on member in struct:__anon26c9e3660808 2005 r->ypos = 0; 2032 if (++r->ypos < z->img_comp[k].y)
|