Home
last modified time | relevance | path

Searched refs:utype_error (Results 1 – 2 of 2) sorted by relevance

/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dgame.h514 #define checku(x) if ((x) < 0 || (x) >= numutypes) utype_error(x);
825 extern void utype_error(int u);
H A Dgeneric.c78 utype_error(int u) in utype_error() function