HomeSort by: relevance | last modified time | path
    Searched refs:hunt (Results 1 - 9 of 9) sorted by relevancy

  /src/games/hunt/
Makefile 3 SUBDIR= hunt huntd
  /src/games/hunt/hunt/
Makefile 3 PROG= hunt
4 SRCS= connect.c hunt.c otto.c playit.c server.c
5 MAN= hunt.6
12 COPTS.hunt.c+= ${CC_WNO_STRINGOP_TRUNCATION}
  /src/games/
Makefile 14 hack hals_end hangman hunt larn mille monop morse number \
  /src/usr.bin/tip/
Makefile 42 SRCS= acu.c acutab.c cmds.c cmdtab.c cu.c hunt.c partab.c \
hunt.c 1 /* $NetBSD: hunt.c,v 1.18 2011/09/06 18:33:01 joerg Exp $ */
35 static char sccsid[] = "@(#)hunt.c 8.1 (Berkeley) 6/6/93";
37 __RCSID("$NetBSD: hunt.c,v 1.18 2011/09/06 18:33:01 joerg Exp $");
56 hunt(char *name) function in typeref:typename:int
tip.h 81 extern long HW; /* this device is hardwired, see hunt.c */
279 int hunt(char *);
cu.c 216 if ((i = hunt(sbuf)) == 0) {
tip.c 214 if ((i = hunt(System)) == 0) {
  /src/lib/libc/time/
zdump.c 95 static time_t hunt(timezone_t, time_t, time_t, bool);
634 newt = hunt(tz, t, newt, false);
723 hunt(timezone_t tz, time_t lot, time_t hit, bool only_ok) function in typeref:typename:time_t
883 time_t t, boundary = hunt(tz, lo, hi, true);
900 could be sped up by refining 'hunt' to search for either

Completed in 15 milliseconds