Home
last modified time | relevance | path

Searched defs:itemspec (Results 1 – 4 of 4) sorted by relevance

/dports/games/freedroidrpg/freedroidrpg-0.16.1/src/
H A Dstruct.h256 typedef struct itemspec { struct
257 char *id;
258 char *name;
260 char *item_description;
262 char *item_inv_file_name;
264 enum slot_type slot;
266 char *tux_part_instance;
289 int base_armor_class;
290 int armor_class_modifier;
295 short int item_require_cooling;
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/
H A DMetadataReference.cs116 private bool HasTaskItem (List<ITaskItem> items, string itemspec) in HasTaskItem()
/dports/x11/xnotify/xnotify-0.8.1/
H A Dxnotify.c797 additem(struct Queue *queue, struct Itemspec *itemspec) in additem()
914 struct Itemspec *itemspec; in parseline() local
1124 struct Itemspec *itemspec; in main() local
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/py/protocol/
H A Dfastproto.cpp639 PyObject* itemspec; local