Home | History | Annotate | Download | only in adventure

Lines Matching defs:rnum

61 static int rnum(void);
194 static char breakch; /* tell which char ended rnum */
275 rnum(void)
302 if ((locc = rnum()) != oldloc && oldloc >= 0 /* finished msg */
366 if ((locc = rnum()) != oldloc && oldloc >= 0 && t) {
404 t->tverb = rnum(); /* get verb from the file */
443 idx = rnum();
465 if ((obj = rnum()) < 0)
467 plac[obj] = rnum(); /* initial loc for this obj */
469 fixd[obj] = rnum();
480 if ((verb = rnum()) < 0)
482 actspeak[verb] = rnum();
492 if ((bitnum = rnum()) < 0)
495 int n = rnum();
511 if ((hintnum = rnum()) < 0)
514 hints[hintnum][i] = rnum();