Home
last modified time | relevance | path

Searched refs:simple_look (Results 1 – 12 of 12) sorted by relevance

/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dpickup.c11 STATIC_DCL void FDECL(simple_look, (struct obj *,BOOLEAN_P));
59 simple_look(otmp, here) in simple_look() function
171 simple_look(objs, here); /* dumb if objs==invent */
/dports/games/nethack33/nethack-3.3.1/src/
H A Dpickup.c11 STATIC_DCL void FDECL(simple_look, (struct obj *,BOOLEAN_P));
59 simple_look(otmp, here) in simple_look() function
171 simple_look(objs, here); /* dumb if objs==invent */
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dpickup.c11 STATIC_DCL void FDECL(simple_look, (struct obj *,BOOLEAN_P));
59 simple_look(otmp, here) in simple_look() function
171 simple_look(objs, here); /* dumb if objs==invent */
/dports/games/nethack34/nethack-3.4.3/src/
H A Dpickup.c11 STATIC_DCL void FDECL(simple_look, (struct obj *,BOOLEAN_P));
66 simple_look(otmp, here) in simple_look() function
214 simple_look(objs, here); /* dumb if objs==invent */
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dpickup.c11 STATIC_DCL void FDECL(simple_look, (struct obj *,BOOLEAN_P));
66 simple_look(otmp, here) in simple_look() function
214 simple_look(objs, here); /* dumb if objs==invent */
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dpickup.c11 STATIC_DCL void FDECL(simple_look, (struct obj *,BOOLEAN_P));
72 simple_look(otmp, here) in simple_look() function
220 simple_look(objs, here); /* dumb if objs==invent */
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dpickup.c11 STATIC_DCL void FDECL(simple_look, (struct obj *,BOOLEAN_P));
67 simple_look(otmp, here) in simple_look() function
215 simple_look(objs, here); /* dumb if objs==invent */
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dpickup.c11 STATIC_DCL void FDECL(simple_look, (struct obj *,BOOLEAN_P));
66 simple_look(otmp, here) in simple_look() function
214 simple_look(objs, here); /* dumb if objs==invent */
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dpickup.c11 STATIC_DCL void FDECL(simple_look, (struct obj *,BOOLEAN_P));
67 simple_look(otmp, here) in simple_look() function
215 simple_look(objs, here); /* dumb if objs==invent */
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dpickup.c14 STATIC_DCL void FDECL(simple_look, (struct obj *, BOOLEAN_P));
73 simple_look(otmp, here) in simple_look() function
208 simple_look(objs, here); /* dumb if objs==invent */
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dpickup.c14 STATIC_DCL void FDECL(simple_look, (struct obj *, BOOLEAN_P));
73 simple_look(otmp, here) in simple_look() function
208 simple_look(objs, here); /* dumb if objs==invent */
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dpickup.c14 static void simple_look(struct obj *, boolean);
69 simple_look(struct obj *otmp, /* list of objects */ in simple_look() function
194 simple_look(objs, here); /* dumb if objs==invent */ in query_classes()