HomeSort by: relevance | last modified time | path
    Searched refs:lpnt (Results 1 - 3 of 3) sorted by relevancy

  /src/games/larn/
io.c 244 if (lpnt >= lpend)
269 if (lpnt >= lpend)
271 *lpnt++ = 255 & x;
272 *lpnt++ = 255 & (x >> 8);
273 *lpnt++ = 255 & (x >> 16);
274 *lpnt++ = 255 & (x >> 24);
306 if (lpnt >= lpend)
308 num2 = lpbuf + BUFBIG - lpnt; /* # bytes left in
312 t = lpnt;
316 lpnt = t
    [all...]
header.h 345 extern u_char *lpnt, moved[MAXX][MAXY], mitem[MAXX][MAXY], monstlevel[];
418 #define setbold() (*lpnt++ = ST_START)
420 #define resetbold() (*lpnt++ = ST_END)
426 #define clear() (*lpnt++ =CLEAR, cbak[SPELLS]= -50)
428 #define cltoeoln() (*lpnt++ = CL_LINE)
432 #define lprc(ch) ((lpnt>=lpend)?(void)(*lpnt++ = (ch), lflush()):(void)(*lpnt++ = (ch)))
data.c 117 u_char *lpbuf, *lpnt, *inbuffer, *lpend; /* input/output pointers variable in typeref:typename:u_char **

Completed in 15 milliseconds