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

Function optfn_menu_next_page

src/options.c:2124–2130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2122}
2123
2124staticfn int
2125optfn_menu_next_page(
2126 int optidx , int req, boolean negated,
2127 char *opts, char *op)
2128{
2129 return shared_menu_optfn(optidx, req, negated, opts, op);
2130}
2131
2132staticfn int
2133optfn_menu_previous_page(

Callers

nothing calls this directly

Calls 1

shared_menu_optfnFunction · 0.85

Tested by

no test coverage detected