Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/libiberty/
Dregex.c270 extern char *re_syntax_table;
274 static char re_syntax_table[CHAR_SET_SIZE]; variable
286 bzero (re_syntax_table, sizeof re_syntax_table); in init_syntax_once()
290 re_syntax_table[c] = Sword; in init_syntax_once()
292 re_syntax_table['_'] = Sword; in init_syntax_once()
299 # define SYNTAX(c) re_syntax_table[(unsigned char) (c)]