Home
last modified time | relevance | path

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

/dports/games/enygma/enigma-1.04/
H A Dscreen.c296 int levtop = 0; in screen_main_menu() local
313 levtop = level - (llines-1); in screen_main_menu()
315 levtop = level - (llines-2); in screen_main_menu()
316 if (levtop < 0) in screen_main_menu()
317 levtop = 0; in screen_main_menu()
360 if (i == 1 && levtop > 0) { in screen_main_menu()
373 if (i+levtop-1 < maxlev) in screen_main_menu()
378 if (i+levtop-1 == level) in screen_main_menu()
405 if (!(level > levtop || (level == 0 && levtop == 0))) in screen_main_menu()
410 if (!(level < levtop+llines-1 || (level == levtop+llines-1 && in screen_main_menu()
[all …]
/dports/print/texlive-base/texlive-20150521-source/utils/pmx/pmx-2.7.0/
H A Dpmx270.for3460 levtop = levtopr(indxr)
3461 iraise1 = levother-levtop-3 ! Based on other note
3462 iraise2 = levnext-levtop ! Based on following note
3466 * iraise+levtop.gt.-1) iraise = iraise-1
17122 c levtop = levtopr(indxr)
17123 c iraise1 = levother-levtop-3 ! Based on other note
17124 c iraise2 = levnext-levtop ! Based on following note
17128 c * iraise+levtop.gt.-1) iraise = iraise-1
H A Dpmxab.c5818 static integer levtop, iraise1, iraise2, ivother, levnext, iupdown; in chkkbdrests_() local
5930 levtop = levtopr[indxr]; in chkkbdrests_()
5931 iraise1 = levother - levtop - 3; in chkkbdrests_()
5933 iraise2 = levnext - levtop; in chkkbdrests_()
5939 if ((iraise + 50) % 2 == 1 && iraise + levtop > -1) { in chkkbdrests_()