Home
last modified time | relevance | path

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

/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Dmenus.cpp907 botitem = topitem + PGSIZ; in MNU_KeySetupCustom()
911 botitem += -topitem; in MNU_KeySetupCustom()
917 topitem = botitem - PGSIZ; in MNU_KeySetupCustom()
921 for (i = topitem; i <= botitem; i++) in MNU_KeySetupCustom()
1012 botitem = topitem + PGSIZ; in MNU_SelectButtonFunction()
1016 botitem += -topitem; in MNU_SelectButtonFunction()
1019 else if (botitem > NUMGAMEFUNCTIONS) in MNU_SelectButtonFunction()
1021 botitem = NUMGAMEFUNCTIONS; in MNU_SelectButtonFunction()
1022 topitem = botitem - PGSIZ; in MNU_SelectButtonFunction()
1037 for (i = topitem; i <= botitem; i++) in MNU_SelectButtonFunction()
[all …]
/dports/games/jfsw/jfsw-c434002/src/
H A Dmenus.c1026 botitem = topitem + PGSIZ; in MNU_KeySetupCustom()
1029 botitem += -topitem; in MNU_KeySetupCustom()
1032 botitem = NUMGAMEFUNCTIONS-1; in MNU_KeySetupCustom()
1033 topitem = botitem - PGSIZ; in MNU_KeySetupCustom()
1037 for (i = topitem; i <= botitem; i++) { in MNU_KeySetupCustom()
1066 if (botitem < NUMGAMEFUNCTIONS-1) in MNU_KeySetupCustom()
1119 botitem = topitem + PGSIZ; in MNU_SelectButtonFunction()
1122 botitem += -topitem; in MNU_SelectButtonFunction()
1125 botitem = NUMGAMEFUNCTIONS-1; in MNU_SelectButtonFunction()
1126 topitem = botitem - PGSIZ; in MNU_SelectButtonFunction()
[all …]
/dports/cad/electric/electric-7.00/src/graph/
H A Dgraphpccode.cpp6875 INTBIG numitems, botitem, topitem, visibleitems, type; in DiaSelectLine() local
6888 botitem = list->ItemFromPoint(pt, outside); in DiaSelectLine()
6889 visibleitems = botitem - topitem; in DiaSelectLine()
6891 if (line < topitem || line >= botitem) in DiaSelectLine()
6912 INTBIG numitems, botitem, topitem, visibleitems, i, low, high; in DiaSelectLines() local
6925 botitem = list->ItemFromPoint(pt, outside); in DiaSelectLines()
6926 visibleitems = botitem - topitem; in DiaSelectLines()
6934 if (high < topitem || low >= botitem) in DiaSelectLines()