/src/games/boggle/boggle/ |
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
|
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
|
/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
|
crib.c | 68 static void prtable(int); 495 prtable(sum); 607 prtable(sum); 627 * prtable: 631 prtable(int curscore) function in typeref:typename:void
|