Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dregex.c273 extern char *re_syntax_table;
277 static char re_syntax_table[CHAR_SET_SIZE]; variable
289 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)]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dregex.c226 extern char *re_syntax_table;
230 static char re_syntax_table[CHAR_SET_SIZE]; variable
240 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)]
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dregex.c277 extern char *re_syntax_table;
281 static char re_syntax_table[CHAR_SET_SIZE]; variable
293 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)]
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dregex.c273 extern char *re_syntax_table;
277 static char re_syntax_table[CHAR_SET_SIZE]; variable
289 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)]
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dregex.c273 extern char *re_syntax_table;
277 static char re_syntax_table[CHAR_SET_SIZE]; variable
289 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)]
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dregex.c289 extern char *re_syntax_table;
293 static char re_syntax_table[CHAR_SET_SIZE]; variable
305 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)]
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dregex.c269 extern char *re_syntax_table;
273 static char re_syntax_table[CHAR_SET_SIZE]; variable
285 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)]