Home
last modified time | relevance | path

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

/dports/games/cgoban/cgoban-1.9.14/wmslib/src/wms/
H A Dclp.h104 #define clpEntry_getInt(ce) clpEntry_iGetInt(ce, NULL) macro
105 #define clp_getInt(clp, str) clpEntry_getInt(clp_lookup(clp, str))
/dports/games/cgoban/cgoban-1.9.14/src/gmp/
H A Dsetup.c117 clpEntry_getInt(p->optionEntry)); in gmpSetup_create()
132 newType(p->typeMenu, clpEntry_getInt(p->optionEntry)); in gmpSetup_create()
/dports/games/cgoban/cgoban-1.9.14/src/
H A Dcontrol.c399 serverNum = clpEntry_getInt(sEntry); in serverPressed()