Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ do_grep_rewrite
Function
do_grep_rewrite
util/makedefs.c:898–904 ·
view source on GitHub ↗
(buf)
Source
from the content-addressed store, hash-verified
896
897
#ifdef notyet
898
static void
899
do_grep_rewrite(buf)
900
char *buf;
901
{
902
/* no language features use this yet */
903
return;
904
}
905
#endif
906
907
static void grep0(FILE *, FILE *, int);
Callers
1
grep0
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected