Home
last modified time | relevance | path

Searched defs:intercept_s (Results 1 – 3 of 3) sorted by relevance

/dports/games/edge/Edge-1.35-source/src/
H A Dp_blockmap.h54 typedef struct intercept_s struct
56 float frac; // along trace line
59 mobj_t *thing;
60 line_t *line;
/dports/security/xinetd/xinetd-2.3.15/xinetd/
H A Dint.h59 struct intercept_s struct
61 int int_socket_type ;
62 struct intercept_common int_common ;
63 void *int_priv ;
64 const struct intercept_ops *int_ops ;
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/api/
H A Dapi_map.h190 typedef struct intercept_s { struct
191 intercepttype_t type;
192 union {
196 double distance; ///< Along trace vector as a fraction.
197 Interceptor *trace; ///< Trace which produced the intercept.