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

/haiku/src/build/libgnuregex/
H A Dregex.c759 unsigned this_char;
767 for (this_char = where - string1; this_char < size1; this_char++)
768 printchar (string1[this_char]);
773 for (this_char = where - string2; this_char < size2; this_char++)
774 printchar (string2[this_char]);
2210 unsigned this_char;
754 unsigned this_char; local
2200 unsigned this_char; local
[all...]

Completed in 55 milliseconds