Home
last modified time | relevance | path

Searched refs:re_syntax_table (Results 1 – 1 of 1) sorted by relevance

/haiku/src/build/libgnuregex/
H A Dregex.c78 extern char *re_syntax_table;
85 static char re_syntax_table[CHAR_SET_SIZE]; variable
96 bzero (re_syntax_table, sizeof re_syntax_table); in init_syntax_once()
99 re_syntax_table[c] = Sword; in init_syntax_once()
102 re_syntax_table[c] = Sword; in init_syntax_once()
105 re_syntax_table[c] = Sword; in init_syntax_once()
107 re_syntax_table['_'] = Sword; in init_syntax_once()
114 #define SYNTAX(c) re_syntax_table[c]