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

/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dexport-all.mk13 # this will cause trouble (recursing if we let it)
/freebsd-11-stable/share/mk/
H A Dbsd.progs.mk116 # When recursing, ensure common sources are not rebuilt in META_MODE.
135 # Ensure common objects are built before recursing.
H A Dbsd.subdir.mk113 # SUBDIR recursing may be disabled for MK_DIRDEPS_BUILD
H A Ddirdeps.mk654 .error You should have stopped recursing by now.
/freebsd-11-stable/contrib/gcclibs/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;
/freebsd-11-stable/usr.sbin/unbound/setup/
H A Dlocal-unbound-setup.sh375 style=recursing
/freebsd-11-stable/usr.sbin/ppp/
H A Dipv6cp.c526 static int recursing; local
529 if (!recursing++) {
570 recursing--;
H A Dipcp.c873 static int recursing; local
876 if (!recursing++) {
906 recursing--;
/freebsd-11-stable/contrib/bmake/mk/
H A Ddirdeps.mk741 .error You should have stopped recursing by now.

Completed in 304 milliseconds