• Home
  • Raw
  • Download

Lines Matching full:kill

13 struct kill;
31 int (*attack_assign)(struct msg *, const struct kill*);
32 int (*attack_get)(struct msg *, struct kill* *);
43 struct kill* attack_data;
69 int msg_attack_assign(struct msg *, const struct kill*);
70 int msg_attack_get(struct msg *, struct kill* *);
76 /* Tag definition for kill */
84 /* Structure declaration for kill */
86 int (*weapon_assign)(struct kill *, const char *);
87 int (*weapon_get)(struct kill *, char * *);
88 int (*action_assign)(struct kill *, const char *);
89 int (*action_get)(struct kill *, char * *);
90 int (*how_often_assign)(struct kill *, int, const ev_uint32_t);
91 int (*how_often_get)(struct kill *, int, ev_uint32_t *);
92 ev_uint32_t * (*how_often_add)(struct kill *msg, const ev_uint32_t value);
95 struct kill { struct
109 struct kill *kill_new(void); argument
110 struct kill *kill_new_with_arg(void *);
111 void kill_free(struct kill *);
112 void kill_clear(struct kill *);
113 void kill_marshal(struct evbuffer *, const struct kill *);
114 int kill_unmarshal(struct kill *, struct evbuffer *);
115 int kill_complete(struct kill *);
117 const struct kill *);
119 struct kill *);
120 int kill_weapon_assign(struct kill *, const char *);
121 int kill_weapon_get(struct kill *, char * *);
122 int kill_action_assign(struct kill *, const char *);
123 int kill_action_get(struct kill *, char * *);
124 int kill_how_often_assign(struct kill *, int, const ev_uint32_t);
125 int kill_how_often_get(struct kill *, int, ev_uint32_t *);
126 ev_uint32_t * kill_how_often_add(struct kill *msg, const ev_uint32_t value);
127 /* --- kill done --- */