Lines Matching defs:lev
1 /* $NetBSD: hack.lev.c,v 1.14 2011/08/06 20:32:25 dholland Exp $ */
66 __RCSID("$NetBSD: hack.lev.c,v 1.14 2011/08/06 20:32:25 dholland Exp $");
85 savelev(int fd, xchar lev)
94 if (lev >= 0 && lev <= MAXLEVEL)
95 level_exists[lev] = TRUE;
98 bwrite(fd, &lev, sizeof(lev));
209 getlev(int fd, int pid, xchar lev)
224 if ((pid && pid != hpid) || (lev && dlvl != lev)) {