Home
last modified time | relevance | path

Searched refs:zero_times_ok (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c1933 char zero_times_ok = 0, many_times_ok = 0; local
1942 zero_times_ok |= c != '+';
2006 && zero_times_ok
2030 if (!zero_times_ok)
/openbsd/gnu/usr.bin/cvs/lib/
H A Dregex.c2049 char zero_times_ok = 0, many_times_ok = 0; local
2058 zero_times_ok |= c != '+';
2122 && zero_times_ok
2147 if (!zero_times_ok)
/openbsd/gnu/lib/libiberty/src/
H A Dregex.c2510 char zero_times_ok = 0, many_times_ok = 0; in PREFIX() local
2519 zero_times_ok |= c != '+'; in PREFIX()
2583 && zero_times_ok in PREFIX()
2610 if (!zero_times_ok) in PREFIX()