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

Function optfn_menu_first_page

src/options.c:2092–2098  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2090}
2091
2092staticfn int
2093optfn_menu_first_page(
2094 int optidx, int req, boolean negated,
2095 char *opts, char *op)
2096{
2097 return shared_menu_optfn(optidx, req, negated, opts, op);
2098}
2099
2100staticfn int
2101optfn_menu_invert_all(

Callers

nothing calls this directly

Calls 1

shared_menu_optfnFunction · 0.85

Tested by

no test coverage detected