/src/games/boggle/boggle/ |
extern.h | 52 void prtable(const char *const [],
|
Makefile | 7 SRCS= bog.c help.c mach.c prtable.c timer.c word.c
|
prtable.c | 1 /* $NetBSD: prtable.c,v 1.11 2021/05/02 12:50:43 rillig Exp $ */ 34 * @(#)prtable.c 8.1 (Berkeley) 6/11/93 39 __RCSID("$NetBSD: prtable.c,v 1.11 2021/05/02 12:50:43 rillig Exp $"); 62 * prtable and length are called with the address of the base and 66 prtable(const char *const base[], int num, int d_cols, int width, function in typeref:typename:void
|
mach.c | 133 prtable(pword, npwords, 0, ncols, prword, prwidth); 140 prtable(mword, nmwords, 0, ncols, prword, prwidth);
|
/src/games/cribbage/ |
crib.c | 68 static void prtable(int); 495 prtable(sum); 607 prtable(sum); 627 * prtable: 631 prtable(int curscore) function in typeref:typename:void
|