OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkword
(Results
1 - 3
of
3
) sorted by relevancy
/src/games/boggle/boggle/
extern.h
38
int
checkword
(const char *, int, int *);
bog.c
298
if (
checkword
(w, -1, wordpath) != -1)
360
if (
checkword
(buf, -1, wordpath) < 0)
426
checkword
(const char *word, int prev, int *path)
function
433
(void) printf("
checkword
(%s, %d, [", word, prev);
467
if (
checkword
(subword + 1, *lm, path + 1) > 0)
493
if (
checkword
(word + 1, lm[i], path + 1) > 0)
592
if (
checkword
(w, -1, wordpath) == -1)
mach.c
424
if (!found ||
checkword
(buf, -1, wordpath) == -1) {
Completed in 16 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026