Searched refs:lev (Results 1 - 25 of 39) sorted by relevance

12

/netbsd-6-1-5-RELEASE/usr.bin/spell/spellprog/
H A Dspellprog.c436 suffix(char *ep, size_t lev) argument
442 lev += DLEV;
443 getderiv(lev + 1);
444 deriv.buf[lev] = deriv.buf[lev - 1] = 0;
455 if ((*t->p1)(ep - t->n1, t->d1, t->a1, lev + 1))
458 deriv.buf[lev] = deriv.buf[lev + 1] = '\0';
459 return (*t->p2)(ep - t->n2, t->d2, t->a2, lev);
469 nop(char *ep, const char *d, const char *a, size_t lev) argument
477 strip(char *ep, const char *d, const char *a, size_t lev) argument
484 s(char *ep, const char *d, const char *a, const size_t lev) argument
496 an(char *ep, const char *d, const char *a, size_t lev) argument
506 ize(char *ep, const char *d, const char *a, size_t lev) argument
515 y_to_e(char *ep, const char *d, const char *a, size_t lev) argument
527 ily(char *ep, const char *d, const char *a, size_t lev) argument
537 ncy(char *ep, const char *d, const char *a, size_t lev) argument
547 bility(char *ep, const char *d, const char *a, size_t lev) argument
555 i_to_y(char *ep, const char *d, const char *a, size_t lev) argument
566 es(char *ep, const char *d, const char *a, size_t lev) argument
586 metry(char *ep, const char *d, const char *a, size_t lev) argument
595 tion(char *ep, const char *d, const char *a, size_t lev) argument
612 CCe(char *ep, const char *d, const char *a, size_t lev) argument
655 VCe(char *ep, const char *d, const char *a, size_t lev) argument
701 trypref(char *ep, const char *a, size_t lev) argument
732 tryword(char *bp, char *ep, size_t lev) argument
864 getderiv(size_t lev) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mipsco/include/
H A Dintr.h71 #define CALL_INTR(lev) ((*intrtab[lev].ih_fun)(intrtab[lev].ih_arg))
/netbsd-6-1-5-RELEASE/sys/netipsec/
H A Dkey_debug.h57 #define KEYDEBUG(lev,arg) \
58 do { if ((key_debug_level & (lev)) == (lev)) { arg; } } while (/*CONSTCOND*/ 0)
/netbsd-6-1-5-RELEASE/sys/netkey/
H A Dkey_debug.h56 #define KEYDEBUG(lev,arg) \
57 do { if ((key_debug_level & (lev)) == (lev)) { arg; } } while (/*CONSTCOND*/ 0)
/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.lev.c1 /* $NetBSD: hack.lev.c,v 1.13 2011/08/06 20:29:37 dholland Exp $ */
66 __RCSID("$NetBSD: hack.lev.c,v 1.13 2011/08/06 20:29:37 dholland Exp $");
85 savelev(int fd, xchar lev) argument
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) argument
224 if ((pid && pid != hpid) || (lev
[all...]
H A Dhack.apply.c334 struct rm *lev; local
371 lev = &levl[dpx][dpy];
375 } else if (!lev->typ || lev->typ == SCORR) {
376 lev->typ = CORR;
378 } else if (lev->typ == HWALL || lev->typ == VWALL
379 || lev->typ == SDOOR) {
380 lev->typ = xdnstair ? DOOR : ROOM;
442 struct rm *lev; local
[all...]
H A Dhack.read.c418 struct rm *lev; local
428 lev = &(levl[zx][zy]);
429 if ((num = lev->typ) == 0)
432 lev->typ = CORR;
433 lev->scrsym = CORR_SYM;
435 lev->typ = DOOR;
436 lev->scrsym = '+';
438 } else if (lev->seen)
444 lev->seen = lev
[all...]
H A Dhack.mkshop.c331 struct rm *lev; local
334 if ((lev = &levl[sx + dx][sy + dy])->typ == DOOR ||
335 lev->typ == SDOOR || lev->typ == LDOOR)
H A Dhack.c83 struct rm *lev; local
100 lev = &levl[x][y];
101 if (!lev->lit && lev->scrsym == '.') {
102 lev->scrsym = ' ';
103 lev->new = 1;
123 struct rm *lev; local
139 lev = &levl[x][y];
140 if (!lev->lit && lev
[all...]
H A Dhack.zap.c501 struct rm *lev; local
522 if ((lev = &levl[sx][sy])->typ)
551 if (lev->typ == POOL && abstype == 1 /* fire */ ) {
553 lev->typ = ROOM;
613 if (!ZAP_POS(lev->typ)) {
H A DMakefile12 hack.lev.c hack.main.c hack.makemon.c hack.mhitu.c hack.mklev.c \
/netbsd-6-1-5-RELEASE/usr.bin/logger/
H A Dlogger.c153 int fac, lev; local
167 lev = decode(s, prioritynames);
168 if (lev < 0)
170 return ((lev & LOG_PRIMASK) | (fac & LOG_FACMASK));
/netbsd-6-1-5-RELEASE/sys/dev/iscsi/
H A Discsi_globals.h571 #define PDEB(lev,x) { if (iscsi_perf_level >= lev) printf x ;}
572 #define PDEBC(conn,lev,x) { if (iscsi_perf_level >= lev) { printf("S%dC%d: ", \
577 #define PDEB(lev,x)
578 #define PDEBC(conn,lev,x)
586 #define DEB(lev,x) { if (iscsi_debug_level >= lev) printf x ;}
587 #define DEBC(conn,lev,x) { if (iscsi_debug_level >= lev) { print
[all...]
/netbsd-6-1-5-RELEASE/sbin/iscsictl/
H A Discsic_globals.h89 #define DEB(lev,x) {if (debug_level >= lev) printf x ;}
96 #define DEB(lev,x)
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dehcivar.h100 #define EHCI_IQHIDX(lev, pos) \
101 ((((pos) & ((1 << (lev)) - 1)) | (1 << (lev))) - 1)
102 #define EHCI_ILEV_IVAL(lev) (1 << (lev))
/netbsd-6-1-5-RELEASE/sys/dev/mvme/
H A Dpcctwo.c190 pcctwointr_evcnt(int lev) argument
193 return ((*sys_pcctwo->sc_isrevcnt)(sys_pcctwo->sc_isrcookie, lev));
/netbsd-6-1-5-RELEASE/games/larn/
H A Dglobal.c16 * makemonst(lev) function to return monster number for a randomly
204 makemonst(lev)
205 int lev;
211 makemonst(lev)
212 int lev;
215 if (lev < 1)
216 lev = 1;
217 if (lev > 12)
218 lev = 12;
220 if (lev <
[all...]
H A Dmonster.c78 * newobject(lev,i) Routine to return a randomly selected new object
79 * int lev,*i;
1370 * newobject(lev,i) Routine to return a randomly selected new object
1371 * int lev,*i;
1387 newobject(lev, i)
1388 int lev, *i;
1393 if (lev > 6)
1395 else if (lev > 4)
1415 *i = rnd((lev + 1) * 10) + lev * 1
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/isc/
H A Dctl_srvr.c172 ctl_server(evContext lev, const struct sockaddr *sap, size_t sap_len, argument
200 ctx->ev = lev;
224 if (ctx->sock > evHighestFD(lev)) {
256 if (evListen(lev, ctx->sock, backlog, ctl_accept, ctx,
404 ctl_accept(evContext lev, void *uap, int fd, argument
413 UNUSED(lev);
569 ctl_readable(evContext lev, void *uap, int fd, int evmask) { argument
582 evTouchIdleTimer(lev, sess->rdtiID);
628 ctl_wrtimeout(evContext lev, void *uap, argument
637 UNUSED(lev);
655 ctl_rdtimeout(evContext lev, void *uap, struct timespec due, struct timespec itv) argument
722 ctl_writedone(evContext lev, void *uap, int fd, int bytes) argument
[all...]
H A Dctl_clnt.c149 ctl_client(evContext lev, const struct sockaddr *cap, size_t cap_len, argument
167 ctx->ev = lev;
203 if (evConnect(lev, ctx->sock, (const struct sockaddr *)sap, sap_len,
445 write_done(evContext lev, void *uap, int fd, int bytes) { argument
449 UNUSED(lev);
/netbsd-6-1-5-RELEASE/usr.bin/m4/
H A Dmain.c620 record(struct position *t, int lev) argument
622 if (lev < MAXRECORD) {
623 t[lev].name = CURRENT_NAME;
624 t[lev].line = CURRENT_LINE;
629 dump_stack(struct position *t, int lev) argument
633 for (i = 0; i < lev; i++) {
/netbsd-6-1-5-RELEASE/dist/nvi/regex/
H A Dengine.c97 static RCHAR_T *backref __P((struct match *m, RCHAR_T *start, RCHAR_T *stop, sopno startst, sopno stopst, sopno lev));
489 == RCHAR_T *stop, sopno startst, sopno stopst, sopno lev);
492 backref(m, start, stop, startst, stopst, lev)
498 sopno lev; /* PLUS nesting level */
620 return(backref(m, sp+len, stop, ss+1, stopst, lev));
623 dp = backref(m, sp, stop, ss+1, stopst, lev);
626 return(backref(m, sp, stop, ss+d+1, stopst, lev));
630 assert(lev+1 <= m->g->nplus);
631 m->lastpos[lev+1] = sp;
632 return(backref(m, sp, stop, ss+1, stopst, lev
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/regex/
H A Dengine.c131 static const char *backref(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, sopno lev);
559 == const char *stop, sopno startst, sopno stopst, sopno lev);
568 sopno lev) /* PLUS nesting level */
688 return(backref(m, sp+len, stop, ss+1, stopst, lev));
691 dp = backref(m, sp, stop, ss+1, stopst, lev);
694 return(backref(m, sp, stop, ss+OPND(s)+1, stopst, lev));
698 assert(lev+1 <= m->g->nplus);
699 m->lastpos[lev+1] = sp;
700 return(backref(m, sp, stop, ss+1, stopst, lev+1));
703 if (sp == m->lastpos[lev]) /* las
562 backref( struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, sopno lev) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/emips/stand/common/
H A Dace.c90 #define DBGME(lev,x) if (lev >= acedebug) x
92 #define DBGME(lev,x)
/netbsd-6-1-5-RELEASE/sbin/iscsid/
H A Discsid_globals.h386 #define DEB(lev,x) {if (debug_level >= lev) printf x ;}

Completed in 220 milliseconds

12