Home
last modified time | relevance | path

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

/netbsd-src/games/gomoku/
H A Dmain.c425 parse_char_index(const char **pp, const char *s, unsigned int *out) in parse_char_index() function
437 if (!parse_char_index(pp, "-\\|/", &u)) in parse_direction()
459 if (!parse_char_index(pp, "abcdefghjklmnopqrst", &col) && in parse_spot()
460 !parse_char_index(pp, "ABCDEFGHJKLMNOPQRST", &col)) in parse_spot()