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

Function optfn_menu_deselect_all

src/options.c:2076–2082  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2074}
2075
2076staticfn int
2077optfn_menu_deselect_all(
2078 int optidx, int req, boolean negated,
2079 char *opts, char *op)
2080{
2081 return shared_menu_optfn(optidx, req, negated, opts, op);
2082}
2083
2084staticfn int
2085optfn_menu_deselect_page(

Callers

nothing calls this directly

Calls 1

shared_menu_optfnFunction · 0.85

Tested by

no test coverage detected