Home
last modified time | relevance | path

Searched refs:prwidth (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/games/boggle/boggle/
H A Dmach.c78 static int prwidth(const char *const [], int);
133 prtable(pword, npwords, 0, ncols, prword, prwidth); in results()
140 prtable(mword, nmwords, 0, ncols, prword, prwidth); in results()
159 prwidth(const char *const base[], int indx) in prwidth() function