Home
last modified time | relevance | path

Searched refs:recursed (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/perl/lib/Unicode/
H A DUCD.pm420 my @recursed;
481 if (grep { $_ eq $class_type } @recursed) {
484 push @recursed, $class_type;
542 pop @recursed if @recursed;
565 pop @recursed if @recursed;
649 pop @recursed if @recursed;
759 pop @recursed if @recursed;
786 pop @recursed if @recursed;
889 pop @recursed if @recursed && $type;
931 pop @recursed if @recursed && $type;
/openbsd/gnu/usr.bin/perl/dist/Storable/t/
H A Drecurse.t110 $recursed = 0;
118 return (freeze($self), $self) if ++$recursed < $MAX;
128 $recursed--;
165 is($OBJ_REAL2::recursed, $OBJ_REAL2::MAX);
170 is($OBJ_REAL2::recursed, 0);
175 is($OBJ_REAL2::recursed, 0);
/openbsd/sys/arch/armv7/omap/
H A Dintc.c293 volatile static int recursed = 0; in intc_setipl()
294 if (recursed == 0) { in intc_setipl()
295 recursed = 1; in intc_setipl()
298 recursed = 0; in intc_setipl()
/openbsd/gnu/usr.bin/perl/lib/
H A Dlocale_threads.t1135 # current item is combined with each element of the recursed.
1139 foreach my $recursed ($recurse_return->@*) {
1140 my @recursed_locales = $recursed->{locales}->@*;
1144 # valid ones for the recursed return. Their intersection
1160 # Append the recursed list to the current list to form the
1163 push @combined_result, $recursed->{op_results}->@*;
/openbsd/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs3573 int recursed = 0; /* counts recursion */ in store_hook() local
3788 if (!recursed++) { in store_hook()
3905 recursed, flags, (IV)classnum, (IV)len, (IV)len2, count-1)); in store_hook()
3908 if (!recursed) { in store_hook()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5100delta.pod117 backtracking into a recursed pattern, whereas in PCRE the recursion is
H A Dperlre.pod2148 a recursed group, in PCRE and Python the recursed into group is treated
/openbsd/gnu/usr.bin/cvs/src/
H A DChangeLog-93952735 use it to try to reconstruct how far we have recursed.