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

/openbsd-current/gnu/gcc/libcpp/
H A Dtraditional.c715 bool recursing = !!(node->flags & NODE_DISABLED); local
723 until the point they stop recursing. So there is no easy way to
726 recursing. */
727 if (recursing && node->value.macro->fun_like)
740 recursing = context != NULL;
743 if (recursing)
748 return recursing;
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dcpptrad.c813 bool recursing = !!(node->flags & NODE_DISABLED); local
821 until the point they stop recursing. So there is no easy way to
824 recursing. */
825 if (recursing && node->value.macro->fun_like)
838 recursing = context != NULL;
841 if (recursing)
846 return recursing;
/openbsd-current/gnu/usr.bin/perl/ext/File-Find/lib/File/
H A DFind.pm1096 improvement in speed at the risk of not recursing into subdirectories

Completed in 134 milliseconds