MCPcopy Index your code
hub / github.com/NetHack/NetHack / extend_help

Function extend_help

win/X11/winmisc.c:1640–1649  ·  view source on GitHub ↗

ARGSUSED */

Source from the content-addressed store, hash-verified

1638
1639/* ARGSUSED */
1640static void
1641extend_help(Widget w, XtPointer client_data, XtPointer call_data)
1642{
1643 nhUse(w);
1644 nhUse(client_data);
1645 nhUse(call_data);
1646
1647 /* We might need to make it known that we already have one listed. */
1648 (void) doextlist();
1649}
1650
1651/* ARGSUSED */
1652void

Callers 1

ec_keyFunction · 0.85

Calls 1

doextlistFunction · 0.85

Tested by

no test coverage detected