Home
last modified time | relevance | path

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

/dragonfly/games/larn/
H A Dio.c194 outb = lpnt; in lprintf()
200 lpnt = outb; in lprintf()
350 str = lpnt; in lwrite()
354 lpnt = str; in lwrite()
503 lpnt = lpbuf; in lcreat()
532 lpnt = lpbuf; in lopen()
548 lpnt = lpbuf; in lappend()
595 str2 = lpnt; in lprcat()
649 *lpnt++ = x; in cursor()
650 *lpnt++ = y; in cursor()
[all …]
H A Dheader.h337 extern char *lpnt, moved[MAXX][MAXY], mitem[MAXX][MAXY], monstlevel[];
592 #define setbold() (*lpnt++ = ST_START)
594 #define resetbold() (*lpnt++ = ST_END)
600 #define clear() (*lpnt++ =CLEAR, cbak[SPELLS]= -50)
602 #define cltoeoln() (*lpnt++ = CL_LINE)
606 #define lprc(ch) ((lpnt>=lpend)?(*lpnt++ =(ch), lflush()):(*lpnt++ = (ch)))
H A Ddata.c107 char *lpbuf, *lpnt, *inbuffer, *lpend; /* input/output pointers to the buffers */ variable