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

Function optfn_menu_previous_page

src/options.c:2132–2138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2130}
2131
2132staticfn int
2133optfn_menu_previous_page(
2134 int optidx, int req, boolean negated,
2135 char *opts, char *op)
2136{
2137 return shared_menu_optfn(optidx, req, negated, opts, op);
2138}
2139
2140staticfn int
2141optfn_menu_search(

Callers

nothing calls this directly

Calls 1

shared_menu_optfnFunction · 0.85

Tested by

no test coverage detected