MCPcopy Index your code
hub / github.com/NetHack/NetHack / select_menu

Function select_menu

src/windows.c:1855–1865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1853}
1854
1855int
1856select_menu(winid window, int how, menu_item **menu_list)
1857{
1858 int reslt;
1859 boolean old_bot_disabled = gb.bot_disabled;
1860
1861 gb.bot_disabled = TRUE;
1862 reslt = (*windowprocs.win_select_menu)(window, how, menu_list);
1863 gb.bot_disabled = old_bot_disabled;
1864 return reslt;
1865}
1866
1867void
1868getlin(const char *query, char *bufp)

Callers 15

amii_player_selectionFunction · 0.85
ask_do_tutorialFunction · 0.85
handler_menustyleFunction · 0.85
handler_align_miscFunction · 0.85
handler_autounlockFunction · 0.85
handler_discloseFunction · 0.85
handler_menu_objsymsFunction · 0.85
handler_msg_windowFunction · 0.85
handler_number_padFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected