OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uprops
(Results
1 - 6
of
6
) sorted by relevancy
/src/games/hack/
hack.timeout.c
80
for (upp = u.
uprops
; upp < u.
uprops
+ SIZE(u.
uprops
); upp++)
85
switch (upp - u.
uprops
) {
hack.h
140
#define Telepat u.
uprops
[TELEPAT].p_flgs
142
#define Fast u.
uprops
[FAST].p_flgs
144
#define Confusion u.
uprops
[CONFUSION].p_flgs
146
#define Invis u.
uprops
[INVIS].p_flgs
149
#define Glib u.
uprops
[GLIB].p_flgs
151
#define Punished u.
uprops
[PUNISHED].p_flgs
153
#define Sick u.
uprops
[SICK].p_flgs
155
#define Blind u.
uprops
[BLIND].p_flgs
157
#define Wounded_legs u.
uprops
[WOUNDED_LEGS].p_flgs
159
#define Stoned u.
uprops
[STONED].p_flg
163
struct prop
uprops
[LAST_RING+10];
member in struct:you
[
all
...]
hack.do_wear.c
303
oldprop = u.
uprops
[PROP(otmp->otyp)].p_flgs;
304
u.
uprops
[PROP(otmp->otyp)].p_flgs |= mask;
336
if (!(u.
uprops
[PROP(obj->otyp)].p_flgs & mask))
338
u.
uprops
[PROP(obj->otyp)].p_flgs &= ~mask;
hack.potion.c
245
u.
uprops
[PROP(RIN_LEVITATION)].p_tofn = float_down;
hack.pri.c
665
|| u.
uprops
[PROP(RIN_PROTECTION_FROM_SHAPE_CHANGERS)].p_flgs
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_perf.c
3703
* @
uprops
: The array of u64 key value pairs given by userspace
3704
* @n_props: The number of key value pairs expected in @
uprops
3716
u64 __user *
uprops
,
3720
u64 __user *uprop =
uprops
;
Completed in 17 milliseconds
Indexes created Mon Oct 27 17:09:47 GMT 2025