Home
last modified time | relevance | path

Searched refs:MENU_WRITE (Results 1 – 4 of 4) sorted by relevance

/dports/games/xrisk/xrisk-2.15/src/
H A Dactions_menu_but.c35 write_button(player->xcon,MENU_WRITE,RISK_WRITE,player->pstat->string[1]);
37 write_button(player->xcon,MENU_WRITE,RISK_WRITE,"#070_Message to all");
184 if (length) write_button(xinfo,MENU_WRITE,RISK_WRITE,string1);
H A Dfunctionsdef.h49 #define MENU_WRITE 5 /* Index of write-message-to-all-players button */ macro
H A Dactions_menu_but.h87 {MENU_WRITE ,{{NULL ,{DUMMY_FUNC ,DUMMY_FUNC }},{show_write_line ,{DUMMY_FUNC ,DUMMY_FUNC …
H A Dxrisk.c183 else if (eventWindow == xinfo->menu_butt[MENU_WRITE]) in xrisk_mainloop()