Home
last modified time | relevance | path

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

/netbsd-src/games/gomoku/
H A Dmain.c247 return ctos(buf); in read_move()
411 return c == EOF ? END_OF_INPUT : ctos(buf); in readinput()
560 sp = &board[s = ctos(input + 1)]; in whatsup()
579 sp = &board[ctos(str)]; in whatsup()
H A Dstoc.c68 ctos(const char *mp) in ctos() function
H A Dgomoku.h290 spot_index ctos(const char *);