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

Function optfn_menu_deselect_page

src/options.c:2084–2090  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2082}
2083
2084staticfn int
2085optfn_menu_deselect_page(
2086 int optidx, int req, boolean negated,
2087 char *opts, char *op)
2088{
2089 return shared_menu_optfn(optidx, req, negated, opts, op);
2090}
2091
2092staticfn int
2093optfn_menu_first_page(

Callers

nothing calls this directly

Calls 1

shared_menu_optfnFunction · 0.85

Tested by

no test coverage detected