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

Function optfn_menu_search

src/options.c:2140–2146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2138}
2139
2140staticfn int
2141optfn_menu_search(
2142 int optidx, int req, boolean negated,
2143 char *opts, char *op)
2144{
2145 return shared_menu_optfn(optidx, req, negated, opts, op);
2146}
2147
2148staticfn int
2149optfn_menu_select_all(

Callers

nothing calls this directly

Calls 1

shared_menu_optfnFunction · 0.85

Tested by

no test coverage detected