Searched refs:conc (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Support/
H A Dregcomp.c262 sopno conc; local
267 conc = HERE();
270 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
276 INSERT(OCH_, conc); /* offset is wrong */
277 prevfwd = conc;
278 prevback = conc;
/freebsd-10.0-release/contrib/nvi/regex/
H A Dregcomp.c309 register sopno conc; local
319 conc = HERE();
322 (void)REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
328 INSERT(OCH_, conc); /* offset is wrong */
329 prevfwd = conc;
330 prevback = conc;
/freebsd-10.0-release/lib/libc/regex/
H A Dregcomp.c302 sopno conc; local
307 conc = HERE();
310 (void)REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
316 INSERT(OCH_, conc); /* offset is wrong */
317 prevfwd = conc;
318 prevback = conc;

Completed in 179 milliseconds