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

  /src/games/hangman/
prword.c 1 /* $NetBSD: prword.c,v 1.6 2012/06/19 05:45:00 dholland Exp $ */
35 static char sccsid[] = "@(#)prword.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: prword.c,v 1.6 2012/06/19 05:45:00 dholland Exp $");
44 * prword:
48 prword(void) function in typeref:typename:void
  /src/games/boggle/boggle/
mach.c 79 static void prword(const char *const [], int);
133 prtable(pword, npwords, 0, ncols, prword, prwidth);
140 prtable(mword, nmwords, 0, ncols, prword, prwidth);
153 prword(const char *const base[], int indx) function in typeref:typename:void

Completed in 13 milliseconds