Home
last modified time | relevance | path

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

/openbsd/games/hack/
H A Dhack.topl.c72 xchar tlx, tly; /* set by pline; used by addtopl */ variable
105 tlx = curx; in redotoplin()
144 curs(tlx,tly); in addtopl()
145 if(tlx + strlen(s) > CO) putsym('\n'); in addtopl()
147 tlx = curx; in addtopl()
156 curs(tlx, tly); in xmore()
157 if(tlx + 8 > CO) putsym('\n'), tly++; in xmore()
229 tlx += 2; in vpline()