Searched refs:re_syntax_table (Results 1 – 7 of 7) sorted by relevance
273 extern char *re_syntax_table;277 static char re_syntax_table[CHAR_SET_SIZE]; variable289 bzero (re_syntax_table, sizeof re_syntax_table); in init_syntax_once()293 re_syntax_table[c] = Sword; in init_syntax_once()295 re_syntax_table['_'] = Sword; in init_syntax_once()302 # define SYNTAX(c) re_syntax_table[(unsigned char) (c)]
226 extern char *re_syntax_table;230 static char re_syntax_table[CHAR_SET_SIZE]; variable240 bzero (re_syntax_table, sizeof re_syntax_table); in init_syntax_once()244 re_syntax_table[c] = Sword; in init_syntax_once()246 re_syntax_table['_'] = Sword; in init_syntax_once()253 # define SYNTAX(c) re_syntax_table[(unsigned char) (c)]
277 extern char *re_syntax_table;281 static char re_syntax_table[CHAR_SET_SIZE]; variable293 bzero (re_syntax_table, sizeof re_syntax_table); in init_syntax_once()297 re_syntax_table[c] = Sword; in init_syntax_once()299 re_syntax_table['_'] = Sword; in init_syntax_once()306 # define SYNTAX(c) re_syntax_table[(unsigned char) (c)]
289 extern char *re_syntax_table;293 static char re_syntax_table[CHAR_SET_SIZE]; variable305 bzero (re_syntax_table, sizeof re_syntax_table); in init_syntax_once()309 re_syntax_table[c] = Sword; in init_syntax_once()311 re_syntax_table['_'] = Sword; in init_syntax_once()318 # define SYNTAX(c) re_syntax_table[(unsigned char) (c)]
269 extern char *re_syntax_table;273 static char re_syntax_table[CHAR_SET_SIZE]; variable285 bzero (re_syntax_table, sizeof re_syntax_table); in init_syntax_once()289 re_syntax_table[c] = Sword; in init_syntax_once()291 re_syntax_table['_'] = Sword; in init_syntax_once()298 # define SYNTAX(c) re_syntax_table[(unsigned char) (c)]