HomeSort by: relevance | last modified time | path
    Searched defs:nomore (Results 1 - 2 of 2) sorted by relevancy

  /src/games/canfield/canfield/
canfield.c 640 bool nomore; local in function:fndbase
662 nomore = FALSE;
665 nomore = TRUE;
674 nomore = TRUE;
675 } while (nomore == FALSE);
  /src/sys/dev/stbi/
stb_image.c 1155 int nomore; // flag if we saw a marker so must stop member in struct:__anon26c9e3660608
1205 int b = j->nomore ? 0 : get8(&j->s);
1210 j->nomore = 1;
1505 j->nomore = 0;

Completed in 17 milliseconds