HomeSort by: relevance | last modified time | path
    Searched defs:havechar (Results 1 - 3 of 3) sorted by relevancy

  /src/games/hunt/huntd/
driver.c 129 static bool havechar(PLAYER *, int);
288 if (havechar(pp, i + 3)) {
294 if (havechar(pp, i + MAXPL + 3)) {
892 * havechar:
898 havechar(PLAYER *pp, int i) function in typeref:typename:bool
driver.c 129 static bool havechar(PLAYER *, int);
288 if (havechar(pp, i + 3)) {
294 if (havechar(pp, i + MAXPL + 3)) {
892 * havechar:
898 havechar(PLAYER *pp, int i) function in typeref:typename:bool
driver.c 129 static bool havechar(PLAYER *, int);
288 if (havechar(pp, i + 3)) {
294 if (havechar(pp, i + MAXPL + 3)) {
892 * havechar:
898 havechar(PLAYER *pp, int i) function in typeref:typename:bool

Completed in 57 milliseconds