OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wt
(Results
1 - 6
of
6
) 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/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);
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/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/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);
Completed in 59 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025