Symbol: rnum
games/adventure/io.c
294
if ((locc = rnum()) != oldloc && oldloc >= 0 /* finished msg */
games/adventure/io.c
358
if ((locc = rnum()) != oldloc && oldloc >= 0 && t) {
games/adventure/io.c
396
t->tverb = rnum(); /* get verb from the file */
games/adventure/io.c
435
idx = rnum();
games/adventure/io.c
457
if ((obj = rnum()) < 0)
games/adventure/io.c
459
plac[obj] = rnum(); /* initial loc for this obj */
games/adventure/io.c
461
fixd[obj] = rnum();
games/adventure/io.c
472
if ((verb = rnum()) < 0)
games/adventure/io.c
474
actspeak[verb] = rnum();
games/adventure/io.c
484
if ((bitnum = rnum()) < 0)
games/adventure/io.c
487
int n = rnum();
games/adventure/io.c
503
if ((hintnum = rnum()) < 0)
games/adventure/io.c
506
hints[hintnum][i] = rnum();
games/adventure/io.c
53
static int rnum(void);
games/backgammon/backgammon/extra.c
179
if (n > 10 + rnum(7))
games/backgammon/backgammon/move.c
517
return (rnum(2));
games/backgammon/backgammon/move.c
523
if (abs(chance - ch) + 25 * n > rnum(150))
games/backgammon/backgammon/move.c
533
if (abs(openmen - op) > 7 + rnum(12))
games/backgammon/backgammon/move.c
543
if (abs(endman - em) > rnum(2))
games/backgammon/backgammon/move.c
548
if (abs(frc - oldfrc) > rnum(2))
games/backgammon/backgammon/move.c
553
if (abs(n = pt - points) > rnum(4))
games/backgammon/backgammon/move.c
563
if (abs(frp - oldfrp) > rnum(2))
games/backgammon/backgammon/move.c
565
return (rnum(2));
games/backgammon/common_source/subs.c
473
mm->D0 = rnum(6) + 1;
games/backgammon/common_source/subs.c
474
mm->D1 = rnum(6) + 1;
lib/libc/citrus/citrus_esdb.c
257
_citrus_esdb_get_list(char ***rlist, size_t *rnum, bool sorted)
lib/libc/citrus/citrus_esdb.c
365
*rnum = num;
sbin/ipfw/ipfw2.c
1637
u_long rnum;
sbin/ipfw/ipfw2.c
1723
rnum = strtoul(*lav++, &endptr, 10);
sbin/ipfw/ipfw2.c
1731
if (r->rulenum > rnum)
sbin/ipfw/ipfw2.c
1733
if (r->rulenum == rnum) {
sbin/ipfw/ipfw2.c
1742
warnx("rule %lu does not exist", rnum);
sbin/ipfw/ipfw2.c
1749
rnum = strtoul(*lav++, &endptr, 10);
sbin/ipfw/ipfw2.c
1754
if (d->rulenum > rnum)
sbin/ipfw/ipfw2.c
1756
if (d->rulenum == rnum)
sys/dev/misc/orm/orm.c
103
sc->rnum = 0;
sys/dev/misc/orm/orm.c
105
bus_set_resource(child, SYS_RES_MEMORY, sc->rnum, chunk,
sys/dev/misc/orm/orm.c
107
rid = sc->rnum;
sys/dev/misc/orm/orm.c
111
bus_delete_resource(child, SYS_RES_MEMORY, sc->rnum);
sys/dev/misc/orm/orm.c
131
bus_delete_resource(child, SYS_RES_MEMORY, sc->rnum);
sys/dev/misc/orm/orm.c
137
bus_set_resource(child, SYS_RES_MEMORY, sc->rnum, chunk,
sys/dev/misc/orm/orm.c
139
rid = sc->rnum;
sys/dev/misc/orm/orm.c
142
bus_delete_resource(child, SYS_RES_MEMORY, sc->rnum);
sys/dev/misc/orm/orm.c
146
sc->rid[sc->rnum] = rid;
sys/dev/misc/orm/orm.c
147
sc->res[sc->rnum] = res;
sys/dev/misc/orm/orm.c
148
sc->rnum++;
sys/dev/misc/orm/orm.c
155
if (sc->rnum == 0) {
sys/dev/misc/orm/orm.c
159
if (sc->rnum == 1)
sys/dev/misc/orm/orm.c
172
for (i = 0; i < sc->rnum; i++)
sys/dev/misc/orm/orm.c
59
int rnum;
sys/dev/sound/pci/emu10k1.c
1845
sc->pnum = sc->rnum = 0;
sys/dev/sound/pci/emu10k1.c
225
int pnum, rnum;
sys/dev/sound/pci/emu10k1.c
953
ch = &sc->rch[sc->rnum];
sys/dev/sound/pci/emu10k1.c
960
ch->num = sc->rnum;
sys/dev/sound/pci/emu10k1.c
961
switch(sc->rnum) {
sys/dev/sound/pci/emu10k1.c
986
sc->rnum++;
usr.sbin/zic/zic.c
369
const char * const rname, const int rnum)
usr.sbin/zic/zic.c
374
rlinenum = rnum;