MCPcopy Index your code
hub / github.com/git/git / word_char

Function word_char

grep.c:878–881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

876}
877
878static int word_char(char ch)
879{
880 return isalnum(ch) || ch == '_';
881}
882
883static void output_color(struct grep_opt *opt, const void *data, size_t size,
884 const char *color)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected