HomeSort by: relevance | last modified time | path
    Searched defs:tlx (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hack/
hack.topl.c 74 static xchar tlx, tly; /* set by pline; used by addtopl */ variable in typeref:typename:xchar
107 tlx = curx;
144 curs(tlx, tly);
145 if (tlx + (int)strlen(s) > CO)
148 tlx = curx;
158 curs(tlx, tly);
159 if (tlx + 8 > CO)
238 tlx += 2;
hack.topl.c 74 static xchar tlx, tly; /* set by pline; used by addtopl */ variable in typeref:typename:xchar
107 tlx = curx;
144 curs(tlx, tly);
145 if (tlx + (int)strlen(s) > CO)
148 tlx = curx;
158 curs(tlx, tly);
159 if (tlx + 8 > CO)
238 tlx += 2;

Completed in 148 milliseconds