Home
last modified time | relevance | path

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

/external/coreboot/util/kconfig/
Dregex.c86 extern char *re_syntax_table;
93 static char re_syntax_table[CHAR_SET_SIZE]; variable
104 bzero (re_syntax_table, sizeof re_syntax_table); in init_syntax_once()
107 re_syntax_table[c] = Sword; in init_syntax_once()
110 re_syntax_table[c] = Sword; in init_syntax_once()
113 re_syntax_table[c] = Sword; in init_syntax_once()
115 re_syntax_table['_'] = Sword; in init_syntax_once()
122 #define SYNTAX(c) re_syntax_table[c]