Home
last modified time | relevance | path

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

/dports/games/freeciv-nox11/freeciv-2.6.6/dependencies/cvercmp/
H A Dcvercmp.c24 static int cvercmp_next_token(const char *str);
236 for (idx = 0; idx < verlen; idx += cvercmp_next_token(ver + idx) + 1) { in cvercmp_ver_tokenize()
243 tokenlen = cvercmp_next_token(ver + idx); in cvercmp_ver_tokenize()
253 static int cvercmp_next_token(const char *str) in cvercmp_next_token() function
/dports/games/freeciv/freeciv-2.6.6/dependencies/cvercmp/
H A Dcvercmp.c24 static int cvercmp_next_token(const char *str);
236 for (idx = 0; idx < verlen; idx += cvercmp_next_token(ver + idx) + 1) { in cvercmp_ver_tokenize()
243 tokenlen = cvercmp_next_token(ver + idx); in cvercmp_ver_tokenize()
253 static int cvercmp_next_token(const char *str) in cvercmp_next_token() function