Home
last modified time | relevance | path

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

/dports/games/freeciv/freeciv-2.6.6/server/
H A Dreport.c167 } rowtable[] = { variable
970 for (j = 0; j < ARRAY_SIZE(rowtable); j++) { in is_valid_demography()
971 if (demography[i] == rowtable[j].key) { in is_valid_demography()
1014 for (i = 0; i < ARRAY_SIZE(rowtable); i++) { in report_demographics()
1015 if (strchr(game.server.demography, rowtable[i].key)) { in report_demographics()
1040 for (i = 0; i < ARRAY_SIZE(rowtable); i++) { in report_demographics()
1041 if (strchr(game.server.demography, rowtable[i].key)) { in report_demographics()
1042 const char *name = Q_(rowtable[i].name); in report_demographics()
1047 dem_line_item(buffer, sizeof(buffer), pplayer, &rowtable[i], selcols); in report_demographics()
/dports/games/freeciv-nox11/freeciv-2.6.6/server/
H A Dreport.c167 } rowtable[] = { variable
970 for (j = 0; j < ARRAY_SIZE(rowtable); j++) { in is_valid_demography()
971 if (demography[i] == rowtable[j].key) { in is_valid_demography()
1014 for (i = 0; i < ARRAY_SIZE(rowtable); i++) { in report_demographics()
1015 if (strchr(game.server.demography, rowtable[i].key)) { in report_demographics()
1040 for (i = 0; i < ARRAY_SIZE(rowtable); i++) { in report_demographics()
1041 if (strchr(game.server.demography, rowtable[i].key)) { in report_demographics()
1042 const char *name = Q_(rowtable[i].name); in report_demographics()
1047 dem_line_item(buffer, sizeof(buffer), pplayer, &rowtable[i], selcols); in report_demographics()
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/input/zx/z80/
H A Dasm_in_inkey.asm117 ld hl,rowtable - $e0
160 rowtable: label
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dsepa_zerohalf.c1871 SCIP_HASHTABLE* rowtable; in mod2matrixPreprocessRows() local
1873 SCIP_CALL( SCIPhashtableCreate(&rowtable, SCIPblkmem(scip), mod2matrix->nrows, in mod2matrixPreprocessRows()
1893 identicalrow = (MOD2_ROW*)SCIPhashtableRetrieve(rowtable, (void*)row); in mod2matrixPreprocessRows()
1908 assert(SCIPhashtableExists(rowtable, (void*)identicalrow)); in mod2matrixPreprocessRows()
1910 SCIP_CALL( SCIPhashtableRemove(rowtable, (void*)identicalrow) ); in mod2matrixPreprocessRows()
1911 assert(!SCIPhashtableExists(rowtable, (void*)identicalrow)); in mod2matrixPreprocessRows()
1913 SCIP_CALL( SCIPhashtableInsert(rowtable, (void*)row) ); in mod2matrixPreprocessRows()
1927 SCIP_CALL( SCIPhashtableInsert(rowtable, (void*)row) ); in mod2matrixPreprocessRows()
1946 SCIPhashtableFree(&rowtable); in mod2matrixPreprocessRows()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog2215512 #i10000# resolve implementation conflicts global.hxx (from CWSs fieldoptions/rowtable)
2215516 #i10000# resolve implementation conflicts pivot.hxx (from CWSs fieldoptions/rowtable)
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog2477561 #i10000# resolve implementation conflicts global.hxx (from CWSs fieldoptions/rowtable)
2477565 #i10000# resolve implementation conflicts pivot.hxx (from CWSs fieldoptions/rowtable)