Home
last modified time | relevance | path

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

/dports/games/icebreaker/icebreaker-1.9.8/
H A Ddialog.h26 typedef enum { POPUPDONOTHING, POPUPEXITMENU, POPUPQUITGAME, POPUPNEWGAME, enumerator
H A Dmenu.c96 if (rc != POPUPQUITGAME) in popuplevelmenu()
176 return POPUPQUITGAME; in menuitem_quit()
234 case POPUPQUITGAME: in popupoptionsmenu()
235 rc=POPUPQUITGAME; in popupoptionsmenu()
255 if (rc != POPUPQUITGAME) in popupoptionsmenu()
633 rc=POPUPQUITGAME; in menuhandler()
H A Dicebreaker.c196 if (popuphelp()==POPUPQUITGAME) done=true; in main()
H A Ddialog.c113 rc=POPUPQUITGAME; in gethighusername()
410 rc=POPUPQUITGAME; in waitforuser()
500 rc=POPUPQUITGAME; in yesnodialog()
H A Dlevel.c289 if (popuphelp()==POPUPQUITGAME) in playlevel()
550 case POPUPQUITGAME: in playlevel()
H A Dtransition.c124 if (gethighusername(finalscore>hiscoreval[0])==POPUPQUITGAME) in gameover()