Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c1822 unsigned debug_count; local
1824 for (debug_count = 0; debug_count < size; debug_count++)
1825 putchar (pattern[debug_count]);
/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dregex.c1927 unsigned debug_count; local
1929 for (debug_count = 0; debug_count < size; debug_count++)
1930 putchar (pattern[debug_count]);
/openbsd-src/gnu/lib/libiberty/src/
H A Dregex.c2376 unsigned debug_count; in PREFIX() local
2378 for (debug_count = 0; debug_count < size; debug_count++) in PREFIX()
2379 PUT_CHAR (pattern[debug_count]); in PREFIX()