MCPcopy Create free account
hub / github.com/NetHack/NetHack / optfn_menu_select_page

Function optfn_menu_select_page

src/options.c:2156–2162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2154}
2155
2156staticfn int
2157optfn_menu_select_page(
2158 int optidx, int req, boolean negated,
2159 char *opts, char *op)
2160{
2161 return shared_menu_optfn(optidx, req, negated, opts, op);
2162}
2163
2164staticfn int
2165optfn_menu_shift_left(

Callers

nothing calls this directly

Calls 1

shared_menu_optfnFunction · 0.85

Tested by

no test coverage detected