| /openbsd-src/usr.bin/spell/ |
| H A D | spellprog.c | 365 suffix(char *ep, int lev) in suffix() argument 370 lev += DLEV; in suffix() 371 deriv[lev] = deriv[lev-1] = 0; in suffix() 382 if ((*t->p1)(ep-t->n1, t->d1, t->a1, lev+1)) in suffix() 385 deriv[lev] = deriv[lev+1] = 0; in suffix() 386 return ((*t->p2)(ep-t->n2, t->d2, t->a2, lev)); in suffix() 395 nop(char *ep, char *d, char *a, int lev) in nop() argument 402 strip(char *ep, char *d, char *a, int lev) in strip() argument 405 return (trypref(ep, a, lev) || suffix(ep, lev)); in strip() 409 s(char *ep, char *d, char *a, int lev) in s() argument [all …]
|
| /openbsd-src/games/hack/ |
| H A D | hack.apply.c | 322 struct rm *lev; in dig() local 360 lev = &levl[dpx][dpy]; in dig() 364 } else if(!lev->typ || lev->typ == SCORR) { in dig() 365 lev->typ = CORR; in dig() 367 } else if(lev->typ == HWALL || lev->typ == VWALL in dig() 368 || lev->typ == SDOOR) { in dig() 369 lev->typ = xdnstair ? DOOR : ROOM; in dig() 432 struct rm *lev; in use_pick_axe() local 476 lev = &levl[rx][ry]; in use_pick_axe() 477 if(lev->typ == DOOR) in use_pick_axe() [all …]
|
| H A D | hack.lev.c | 83 savelev(int fd, xchar lev) in savelev() argument 92 if (lev >= 0 && lev <= MAXLEVEL) in savelev() 93 level_exists[(int)lev] = TRUE; in savelev() 96 bwrite(fd, &lev,sizeof(lev)); in savelev() 205 getlev(int fd, int pid, xchar lev) in getlev() argument 220 if((pid && pid != hpid) || (lev && dlvl != lev)) { in getlev()
|
| H A D | hack.read.c | 389 { struct rm *lev; in doread() local 398 lev = &(levl[zx][zy]); in doread() 399 if((num = lev->typ) == 0) in doread() 402 lev->typ = CORR; in doread() 403 lev->scrsym = CORR_SYM; in doread() 406 lev->typ = DOOR; in doread() 407 lev->scrsym = '+'; in doread() 409 } else if(lev->seen) continue; in doread() 414 lev->seen = lev->new = 1; in doread() 415 if(lev->scrsym == ' ' || !lev->scrsym) in doread()
|
| H A D | hack.c | 88 struct rm *lev; in unsee() local 104 lev = &levl[x][y]; in unsee() 105 if(!lev->lit && lev->scrsym == '.') { in unsee() 106 lev->scrsym =' '; in unsee() 107 lev->new = 1; in unsee() 125 struct rm *lev; in seeoff() local 140 lev = &levl[x][y]; in seeoff() 141 if(!lev->lit && lev->scrsym == '.') in seeoff() 142 lev->seen = 0; in seeoff()
|
| H A D | hack.mkshop.c | 309 struct rm *lev; in nexttodoor() local 311 if((lev = &levl[sx+dx][sy+dy])->typ == DOOR || in nexttodoor() 312 lev->typ == SDOOR || lev->typ == LDOOR) in nexttodoor()
|
| H A D | hack.zap.c | 473 struct rm *lev; in buzz() local 492 if ((lev = &levl[(int)sx][(int)sy])->typ) in buzz() 521 if(lev->typ == POOL && abstype == 1 /* fire */) { in buzz() 523 lev->typ = ROOM; in buzz() 580 if(!ZAP_POS(lev->typ)) { in buzz()
|
| H A D | Makequest | 18 hack.lev.c hack.main.c hack.makemon.c hack.mhitu.c\ 47 hack.lev.o hack.main.o hack.makemon.o hack.mhitu.o hack.mklev.o\ 154 hack.lev.o: hack.h def.mkroom.h def.wseg.h
|
| H A D | Makefile | 8 hack.lev.c hack.main.c hack.makemon.c hack.mhitu.c hack.mklev.c \
|
| H A D | Original_READ_ME | 46 hack.lev.c temp files and calling of mklev.
|
| /openbsd-src/usr.bin/logger/ |
| H A D | logger.c | 136 int fac, lev; in pencode() local 153 lev = decode(s, prioritynames); in pencode() 154 if (lev < 0) { in pencode() 159 return ((lev & LOG_PRIMASK) | (fac & LOG_FACMASK)); in pencode()
|
| /openbsd-src/sys/dev/usb/ |
| H A D | ehcivar.h | 114 #define EHCI_IQHIDX(lev, pos) \ argument 115 ((((pos) & ((1 << (lev)) - 1)) | (1 << (lev))) - 1) 116 #define EHCI_ILEV_IVAL(lev) (1 << (lev)) argument
|
| H A D | ehci.c | 3093 int islot, lev; in ehci_device_setintr() local 3096 for (lev = EHCI_IPOLLRATES - 1; lev > 0; lev--) in ehci_device_setintr() 3097 if (EHCI_ILEV_IVAL(lev) <= ival) in ehci_device_setintr() 3102 islot = EHCI_IQHIDX(lev, arc4random()); in ehci_device_setintr()
|
| /openbsd-src/usr.bin/m4/ |
| H A D | main.c | 607 record(struct position *t, int lev) in record() argument 609 if (lev < MAXRECORD) { in record() 610 t[lev].name = CURRENT_NAME; in record() 611 t[lev].line = CURRENT_LINE; in record() 616 dump_stack(struct position *t, int lev) in dump_stack() argument 620 for (i = 0; i < lev; i++) { in dump_stack()
|
| /openbsd-src/lib/libc/regex/ |
| H A D | engine.c | 478 sopno stopst, sopno lev, int rec) /* PLUS nesting level */ in backref() argument 591 return(backref(m, sp+len, stop, ss+1, stopst, lev, rec)); in backref() 594 dp = backref(m, sp, stop, ss+1, stopst, lev, rec); in backref() 597 return(backref(m, sp, stop, ss+OPND(s)+1, stopst, lev, rec)); in backref() 601 assert(lev+1 <= m->g->nplus); in backref() 602 m->lastpos[lev+1] = sp; in backref() 603 return(backref(m, sp, stop, ss+1, stopst, lev+1, rec)); in backref() 606 if (sp == m->lastpos[lev]) /* last pass matched null */ in backref() 607 return(backref(m, sp, stop, ss+1, stopst, lev-1, rec)); in backref() 609 m->lastpos[lev] = sp; in backref() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Unicode-Collate/ |
| H A D | Collate.pm | 733 my $lev = $self->{level}; 761 if ($iden || $vers >= 26 && $lev == MaxLevel) { 815 my $lev = shift; 822 for my $v (0..$lev-1) { 853 my $lev = $self->{level}; 874 my $to_be_pushed = _nonIgnorAtLevel(\@wt,$lev); 908 my $to_be_pushed = _nonIgnorAtLevel(\@wt,$lev); 942 _eqArray(\@strWt, \@subWt, $lev)) {
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | regengine.inc | 525 sopno stopst, sopno lev, int rec) /* PLUS nesting level */ 642 return(backref(m, sp+len, stop, ss+1, stopst, lev, rec)); 645 dp = backref(m, sp, stop, ss+1, stopst, lev, rec); 648 return(backref(m, sp, stop, ss+OPND(s)+1, stopst, lev, rec)); 652 assert(lev+1 <= m->g->nplus); 653 m->lastpos[lev+1] = sp; 654 return(backref(m, sp, stop, ss+1, stopst, lev+1, rec)); 657 if (sp == m->lastpos[lev]) /* last pass matched null */ 658 return(backref(m, sp, stop, ss+1, stopst, lev-1, rec)); 660 m->lastpos[lev] = sp; [all …]
|
| /openbsd-src/sys/arch/hppa/hppa/ |
| H A D | machdep.c | 551 int lev; in cpuid() local 553 lev = 0xa + (*cpu_desidhash)(); in cpuid() 557 q = lev == 0xa? "1.0" : "1.1"; in cpuid() 574 if (lev == 0x10) in cpuid() 575 lev = 0xc; in cpuid() 577 if (lev == 0x16) in cpuid() 578 lev = 0xe; in cpuid() 587 "HP 9000/%s PA-RISC %s%x", p, q, lev); in cpuid()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/po/ |
| H A D | tr.po | 35 msgstr "`%s' özelliği sadece işlev türlere uygulanır" 95 msgstr "`va_start' işlev içinde sabit argümanlarla kullanılmış" 156 msgstr "yerleşik işlev `%s' şu an desteklenmiyor" 165 msgstr "`%s' işlev bağlamının dışında atanmamış" 249 msgstr "aritmetikte işlev göstericisi kullanılmış" 253 msgstr "aritmetikte üye işlev göstericisi kullanılmış" 281 msgstr "bir işlev türüne geçersiz `sizeof' uygulaması " 300 msgstr "`%s' yerleşik işlev olduğundan iptal edilemez" 461 msgstr "temizleme argümanı bir işlev değil" 543 msgstr "işlev `%s' 'inline' olarak yeniden bildirilmiş" [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/ |
| H A D | loc_test.t | 51 �l�ve �lev� g�ne g�ne M�CON ma�on
|
| H A D | loc_cjk.t | 52 for my $lev (2, 3) { 53 $obj->change(level => $lev); 54 my $r = $lev == 2 ? 0 : 1;
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gprof/po/ |
| H A D | tr.po | 227 "İşlev adına göre indeks\n" 397 "\t[--function-ordering] işlev adına göre sıralar\n" 415 "\t[--ignore-non-functions] işlev olmayanları yoksayar\n"
|
| /openbsd-src/gnu/usr.bin/binutils/gprof/po/ |
| H A D | tr.po | 221 "İşlev adına göre indeks\n" 390 "\t[--function-ordering] işlev adına göre sıralar\n" 408 "\t[--ignore-non-functions] işlev olmayanları yoksayar\n"
|
| /openbsd-src/sys/arch/amd64/amd64/ |
| H A D | pmap.c | 466 int lev; in pmap_find_pte_direct() 471 for (lev = PTP_LEVELS; lev > 0; lev--) { in pmap_find_pte_direct() 478 return (lev - 1); in pmap_find_pte_direct() 459 int lev; pmap_find_pte_direct() local
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/po/ |
| H A D | tr.po | 46 " -f --functions İşlev adlarını gösterir\n" 47 " -C --demangle[=tarz] İşlev adlarını düzeltir\n" 193 msgstr "iki farklı işlev seçeneği belirtilmiş" 202 msgstr "işlev belirtilmemiş" 420 msgstr "hata_ayıkla_kayıt_parametresi: mevcut işlev yok" 424 msgstr "hata_ayıkla_son_işlev: mevcut işlev yok" 428 msgstr "hata_ayıkla_son_işlev: bazı bloklar kapatılmamış" 1209 msgstr "C++ öntanımlı değerleri işlev içerisinde değil" 2365 msgstr "%ld: öncesinde işlev olmadan .bf" 4651 msgstr "N_LBRAC işlev içerisinde değil\n"
|