HomeSort by: relevance | last modified time | path
    Searched refs:wt (Results 1 - 16 of 16) sorted by relevancy

  /src/games/dab/
main.cc 104 size_t ny, nx, nn = 1, wt = 0; local in function:main
115 wt++;
181 if (wt)
185 if (wt == 0)
  /src/usr.sbin/wiconfig/
wiconfig.c 599 struct wi_table *wt; local in function:wi_optlookup
601 for (wt = table; wt->wi_type != 0; wt++)
602 if (wt->wi_opt == opt)
603 return wt;
794 struct wi_table *wt, **table; local in function:main
824 wt = NULL; /* XXXGCC -Wuninitialized */
826 if ((wt = wi_optlookup(*table, ch)) != NULL) {
827 SET_OPERAND(wt->wi_optval, wt->wi_desc)
    [all...]
  /src/games/hack/
hack.mkobj.c 201 int wt = objects[obj->otyp].oc_weight; local in function:weight
202 return (wt ? wt * obj->quan : (obj->quan + 1) / 2);
def.objects.h 153 /* %% wt of long worm should be proportional to its length */
162 #define WEAPON(name,prob,wt,ldam,sdam) { name, NULL, NULL, 1, 0 /*%%*/,\
163 WEAPON_SYM, prob, 0, wt, ldam, sdam, 0 }
hack.pager.c 442 child(int wt)
472 if (wt)
hack.c 419 int wt; local in function:pickup
492 wt = inv_weight() + obj->owt;
493 if (wt > 0) {
535 if (wt > -5)
933 int wt = (u.ugold + 500) / 1000; local in function:inv_weight
947 wt += otmp->owt;
950 return (wt - carrcap);
  /src/games/snake/snake/
snake.c 605 int w, i, wt[8]; local in function:chase
625 wt[i] = 0;
639 wt[i] = i == w ? loot / 10 : 1;
641 wt[i] += loot / 20;
644 w += wt[i];
647 if (vp < wt[i])
650 vp -= wt[i];
654 while (wt[i] == 0)
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
armada-385-synology-ds116.dts 5 * Copyright (C) 2017 Willy Tarreau <w@1wt.eu>
armada-370.dtsi 101 wt-override;
armada-xp-98dx3236.dtsi 104 wt-override;
armada-xp.dtsi 50 wt-override;
  /src/share/man/man4/
Makefile 125 wds.4 we.4 wss.4 wt.4
  /src/sys/dev/pci/
if_ipw.c 800 struct ipw_tx_radiotap_header *wt = &sc->sc_txtap; local in function:ipw_newstate
808 wt->wt_chan_freq = htole16(ic->ic_curchan->ic_freq);
809 wt->wt_chan_flags = htole16(ic->ic_curchan->ic_flags);
  /src/sys/dev/isa/
wt.c 1 /* $NetBSD: wt.c,v 1.89 2022/09/25 17:11:48 thorpej Exp $ */
54 __KERNEL_RCSID(0, "$NetBSD: wt.c,v 1.89 2022/09/25 17:11:48 thorpej Exp $");
204 CFATTACH_DECL_NEW(wt, sizeof(struct wt_softc),
  /src/etc/
MAKEDEV.tmpl 52 # wt* QIC-interfaced (e.g. not SCSI) 3M cartridge tape
1170 wt[0-9]*)
1171 name=wt; unit=${i#wt}; chr=%wt_chr%; blk=%wt_blk%
  /src/tests/usr.bin/netpgpverify/
t_netpgpverify.sh 2579 01czxVAjZYW/wt/VPWTkAptC7BoCNEH+b+cW+e4Rw2gOhbiOvAjdASS34cmbt9Tl

Completed in 30 milliseconds