Searched refs:re_comp (Results 1 - 25 of 27) sorted by relevance

12

/openbsd-current/gnu/lib/libiberty/include/
H A Dxregex.h23 # define re_comp xre_comp macro
H A Dxregex2.h512 extern char *re_comp (const char *);
/openbsd-current/gnu/gcc/include/
H A Dxregex.h23 # define re_comp xre_comp macro
H A Dxregex2.h512 extern char *re_comp (const char *);
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dxregex.h23 # define re_comp xre_comp macro
H A Dxregex2.h521 extern char *re_comp _RE_ARGS ((const char *));
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dxregex.h23 # define re_comp xre_comp macro
H A Dxregex2.h512 extern char *re_comp (const char *);
/openbsd-current/gnu/usr.bin/perl/ext/re/
H A DMakefile.PL90 re_comp\$\(OBJ_EXT\): re_comp.c
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dxcoffsolib.c109 char *re_err = re_comp (pattern);
H A Dsolib.c633 char *re_err = re_comp (pattern);
H A Dobjc-lang.c869 val = re_comp (myregexp);
1009 val = re_comp (myregexp);
H A Dsource.c1420 msg = (char *) re_comp (regex);
1515 msg = (char *) re_comp (regex);
H A Dsymmisc.c993 re_comp (regexp);
1042 re_comp (regexp);
H A Dpa64solib.c394 if ((re_err = re_comp (arg_string ? arg_string : ".")) != NULL)
H A Ddefs.h546 extern char *re_comp (const char *);
H A Dsomsolib.c434 re_err = re_comp (arg_string ? arg_string : ".");
H A Dsymtab.c2919 if (0 != (val = re_comp (regexp)))
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.h493 extern char *re_comp _RE_ARGS (());
H A Dregex.c6105 re_comp (s)
6082 re_comp (s) function
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.h538 extern char *re_comp _RE_ARGS ((const char *));
H A Dgnu-regex.c5464 re_comp (s)
5442 re_comp (s) function
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dparseinfo.c157 if ((regex_err = re_comp (exp)) != NULL)
/openbsd-current/gnu/usr.bin/perl/ext/SDBM_File/
H A Ddbe.c332 if (re_comp(comarg[1])) {
/openbsd-current/lib/libedit/
H A Dsearch.c118 extern char *re_comp(const char *);
142 if (re_comp(ct_encode_string(pat, &conv)) != NULL)

Completed in 196 milliseconds

12