Home
last modified time | relevance | path

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

/dports/games/gnubg/gnubg-1.06.002/
H A Dset.c2461 char *pchEnd0, *pchEnd1, *pchEnd2; local
2471 n = (int) strtol(pch2, &pchEnd2, 10);
2472 if (pch2 == pchEnd2 || n < 0 || n > MAXSCORE) {