Home
last modified time | relevance | path

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

/dports/games/neverball/neverball-1.6.0/contrib/
H A Dcurve.c22 #define MAX_HELP_TXTS 17 macro
45 const char *helptxt[MAX_HELP_TXTS] = {
171 if (which > 0 && which < MAX_HELP_TXTS) in showhelp()
441 for ( i=0; i<MAX_HELP_TXTS; i++) showhelp(i); in main()