Searched refs:p_bre (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | regcomp.c | 209 static void p_bre(struct parse *, int, int); 364 p_bre(p, OUT, OUT); in llvm_regcomp() 629 p_bre(struct parse *p, in p_bre() function 700 p_bre(p, '\\', ')'); in p_simp_re()
|
/freebsd/contrib/nvi/regex/ |
H A D | regcomp.c | 84 static void p_bre(struct parse *p, int end1, int end2, size_t reclimit); 259 p_bre(p, OUT, OUT, 0); in regcomp() 502 p_bre(struct parse *p, in p_bre() function 573 p_bre(p, '\\', ')', reclimit); in p_simp_re()
|