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

Function optfn_menu_invert_all

src/options.c:2100–2106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2098}
2099
2100staticfn int
2101optfn_menu_invert_all(
2102 int optidx, int req, boolean negated,
2103 char *opts, char *op)
2104{
2105 return shared_menu_optfn(optidx, req, negated, opts, op);
2106}
2107
2108staticfn int
2109optfn_menu_invert_page(

Callers

nothing calls this directly

Calls 1

shared_menu_optfnFunction · 0.85

Tested by

no test coverage detected