Home
last modified time | relevance | path

Searched refs:lgetc (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/games/larn/
H A Ddiag.c267 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 …]
H A Dio.c326 lgetc(void) in lgetc() function
361 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()
H A Dhelp.c128 return (lgetc() - '0'); in openhelp()
H A Dextern.h122 long lgetc(void);
H A Dcreate.c251 i = lgetc(); in cannedlevel()
/netbsd-src/dist/pf/sbin/pfctl/
H A Dparse.y297 int lgetc(FILE *);
5027 lgetc(FILE *f) in lgetc() function
5092 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 …]