Searched refs:n_match (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/games/monop/
H A Dgetinp.c49 int i, n_match, match; local
62 if ((match += (n_match = strlen(list[i]))) > LINE) {
64 match = n_match + 8;
85 for (i = n_match = 0; list[i]; i++)
87 n_match++;
90 if (n_match == 1)

Completed in 61 milliseconds