Home
last modified time | relevance | path

Searched refs:p_cury (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/games/hunt/huntd/
H A Dterminal.c50 if (x == pp->p_curx && y == pp->p_cury) in cgoto()
53 pp->p_cury = y; in cgoto()
66 pp->p_cury++; in outch()
79 pp->p_cury += (pp->p_curx / TERM_WIDTH); in outstr()
93 pp->p_cury = 0; in clrscr()
H A Dhunt.h104 int p_curx, p_cury; member