Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ regex_init
Function
regex_init
sys/share/cppregex.cpp:28–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
};
27
28
struct nhregex *
29
regex_init(void)
30
{
31
return new nhregex;
32
}
33
34
boolean
35
regex_compile(const char *s, struct nhregex *re)
Callers
5
msgtype_add
Function · 0.50
test_regex_pattern
Function · 0.50
add_autopickup_exception
Function · 0.50
add_menu_coloring_parsed
Function · 0.50
add_sound_mapping
Function · 0.50
Calls
no outgoing calls
Tested by
1
test_regex_pattern
Function · 0.40