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

/openbsd-current/gnu/usr.bin/perl/t/re/
H A Dfold_grind.pl284 my $this_char = substr($to, $j, 1);
288 && exists $inverse_folds{$this_char}{1})
290 push @this_test_to, ord $inverse_folds{$this_char}{1}[$i];
293 push @this_test_to, ord $this_char;
/openbsd-current/gnu/lib/libiberty/src/
H A Dregex.c1181 int this_char;
1191 for (this_char = where - string1; this_char < size1; this_char++)
1192 PUT_CHAR (string1[this_char]);
1198 for (this_char = where - string2; this_char < size2; this_char++)
1200 PUT_CHAR (string2[this_char]);
4459 unsigned this_char;
1175 int this_char; local
4446 unsigned this_char; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c874 int this_char;
882 for (this_char = where - string1; this_char < size1; this_char++)
883 putchar (string1[this_char]);
888 for (this_char = where - string2; this_char < size2; this_char++)
889 putchar (string2[this_char]);
3032 unsigned this_char;
869 int this_char; local
3018 unsigned this_char; local
[all...]
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c1006 unsigned this_char;
1014 for (this_char = where - string1; this_char < size1; this_char++)
1015 putchar (string1[this_char]);
1020 for (this_char = where - string2; this_char < size2; this_char++)
1021 putchar (string2[this_char]);
2384 unsigned this_char;
1000 unsigned this_char; local
2370 unsigned this_char; local
[all...]

Completed in 148 milliseconds