Lines Matching refs:GROW
1520 # diversion, GROW. When the outer macro is fully expanded, we first
1521 # undivert the most nested diversions (GROW - 1...), and finally
1522 # undivert GROW. To understand why we need several diversions,
1533 # GROW - 2: Test...3
1534 # GROW - 1: Test...2
1535 # GROW: Test...1
1538 # Finally the epilogue of TEST1 undiverts GROW - 2, GROW - 1, and
1539 # GROW into the regular flow, BODY.
1541 # GROW - 2:
1542 # GROW - 1:
1543 # GROW:
1575 # GROW - 2: TEST3
1576 # GROW - 1: TEST2a; TEST2b
1577 # GROW: TEST1
1580 # (TEST2a, although required by TEST3 is not expanded in GROW - 3
1581 # because is has already been expanded before in GROW - 1, so it has
1585 # GROW - 2:
1586 # GROW - 1:
1587 # GROW:
1606 # GROW - 2:
1607 # GROW - 1: TEST2a
1608 # GROW: Elaboration of TEST1
1613 # GROW - 2:
1614 # GROW - 1:
1615 # GROW: Elaboration of TEST1
1621 # GROW - 2: TEST3
1622 # GROW - 1: Elaboration of TEST2b
1623 # GROW: Elaboration of TEST1
1628 # GROW - 2:
1629 # GROW - 1: Elaboration of TEST2b
1630 # GROW: Elaboration of TEST1
1635 # GROW - 2:
1636 # GROW - 1:
1637 # GROW: Elaboration of TEST1
1642 # GROW - 2:
1643 # GROW - 1:
1644 # GROW:
1686 # diversion. It also m4_divert_push to GROW, where the full
1690 # diversions: GROW, BODY |-
1694 # GROW - 1, and expands TEST2a in there.
1697 # GROW - 1: TEST2a
1698 # diversions: GROW - 1, GROW, BODY |-
1703 # diversions: GROW, BODY |-
1706 # Again, _m4_require_call pushes GROW - 1 and heads to expand TEST2b.
1709 # diversions: GROW - 1, GROW, BODY |-
1712 # _m4_require_call pushes GROW - 2 and expands TEST3 here.
1717 # GROW - 2: TEST3
1718 # diversions: GROW - 2, GROW - 1, GROW, BODY |-
1722 # diversions: GROW - 1, GROW, BODY |-
1728 # GROW - 1: TEST2b,
1729 # diversions: GROW - 1, GROW, BODY |-
1733 # diversions: GROW, BODY |-
1736 # TEST1's own content is in GROW...
1739 # GROW: TEST1
1759 # After the prologue of TEST3, we are collecting text in GROW with the
1762 # in place in GROW. From there, we encounter a requirement for TEST2,
1865 # _m4_divert(GROW)
1868 # important to keep room before GROW because for each nested
1870 # will use GROW - 2. More than 3 levels has never seemed to be
1874 # - GROW - 2
1876 # - GROW - 1
1878 # - GROW
1881 m4_define([_m4_divert(GROW)], 10000)
1897 [m4_pushdef([_m4_divert_dump], m4_divnum)m4_divert_push([GROW])])
1913 [m4_divert_pop([GROW])m4_undivert([GROW])])
2117 m4_define([_m4_divert_grow], _m4_divert([GROW]))