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

Function optfn_menu_shift_left

src/options.c:2164–2170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2162}
2163
2164staticfn int
2165optfn_menu_shift_left(
2166 int optidx, int req, boolean negated,
2167 char *opts, char *op)
2168{
2169 return shared_menu_optfn(optidx, req, negated, opts, op);
2170}
2171
2172staticfn int
2173optfn_menu_shift_right(

Callers

nothing calls this directly

Calls 1

shared_menu_optfnFunction · 0.85

Tested by

no test coverage detected