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

Function optfn_menu_select_all

src/options.c:2148–2154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2146}
2147
2148staticfn int
2149optfn_menu_select_all(
2150 int optidx, int req, boolean negated,
2151 char *opts, char *op)
2152{
2153 return shared_menu_optfn(optidx, req, negated, opts, op);
2154}
2155
2156staticfn int
2157optfn_menu_select_page(

Callers

nothing calls this directly

Calls 1

shared_menu_optfnFunction · 0.85

Tested by

no test coverage detected