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

  /src/games/larn/
help.c 37 lgetl(); /* skip over intro message */
42 lprcat(lgetl()); /* print out each line that
46 tmcapcnv(tmbuf, lgetl());
88 lprcat(lgetl());/* print out each line that we read in */
91 tmcapcnv(tmbuf, lgetl());
extern.h 126 char *lgetl(void);
create.c 257 lgetl(); /* advance to desired maze */
259 row = lgetl();
scores.c 832 p = lgetl();
836 p2 = lgetl();
io.c 32 * input char *lgetl() get a \n or EOF ended line from input
132 #define LINBUFSIZE 128 /* size of the lgetw() and lgetl() buffer */
435 * char *lgetl() Function to read in a line ended by newline or EOF
440 lgetl(void) function in typeref:typename:char *

Completed in 15 milliseconds