Searched refs:lgetc (Results 1 – 6 of 6) sorted by relevance
267 level = c[CAVELEVEL] = lgetc(); in restoregame()268 playerx = lgetc(); in restoregame()269 playery = lgetc(); in restoregame()273 scrollname[k] = lgetc() ? scrollhide[k] : ""; in restoregame()275 potionname[k] = lgetc() ? potionhide[k] : ""; in restoregame()277 wizard = lgetc(); in restoregame()278 rmst = lgetc(); /* random monster creation flag */ in restoregame()281 itm[i].qty = lgetc(); in restoregame()283 cheat = lgetc(); in restoregame()284 if (VERSION != lgetc()) { /* version number */ in restoregame()[all …]
326 lgetc(void) in lgetc() function361 i = 255 & lgetc(); in larn_lrint()362 i |= (255 & lgetc()) << 8; in larn_lrint()363 i |= (255 & lgetc()) << 16; in larn_lrint()364 i |= (255 & lgetc()) << 24; in larn_lrint()389 *adr++ = lgetc(); in lrfill()418 cc = lgetc(); in lgetw()420 for (;; --n, cc = lgetc()) { in lgetw()445 if ((*str++ = ch = lgetc()) == '\0') { in lgetl()
128 return (lgetc() - '0'); in openhelp()
122 long lgetc(void);
251 i = lgetc(); in cannedlevel()
297 int lgetc(FILE *);5027 lgetc(FILE *f) in lgetc() function5092 c = lgetc(fin); in findeol()5113 while ((c = lgetc(fin)) == ' ') in yylex()5118 while ((c = lgetc(fin)) != '\n' && c != EOF) in yylex()5122 if ((c = lgetc(fin)) == EOF) in yylex()5152 if ((c = lgetc(fin)) == EOF) in yylex()5173 next = lgetc(fin); in yylex()5181 next = lgetc(fin); in yylex()5189 next = lgetc(fin); in yylex()[all …]