Lines Matching refs:hold
318 deleted between two cycles. The hold space, on the other hand, keeps
921 Replace the contents of the hold space with the contents of the
925 Append a newline to the contents of the hold space, and then
926 append the contents of the pattern space to that of the hold space.
930 hold space.
934 append the contents of the hold space to that of the pattern space.
937 Exchange the contents of the hold and pattern spaces.
1376 # hold space contains the new filename
1530 stored in the hold space, to be used in the next iteration.
1546 # Get the line number from hold space; add a zero
1555 # keep changing digits in hold space
1625 As usual, running totals are kept in hold space.
1635 # Add n+1 a's to hold space (+1 is for the newline)
1709 # Append them to hold space
1776 final output in the hold space and prints it at the end:
1799 however, we stop using the hold space to keep inter-line state, and
2008 and hold spaces) to be no more than 4000 bytes. The POSIX standard
2240 * Append hold space to pattern space: Other Commands. (line 125)
2242 * Append pattern space to hold space: Other Commands. (line 117)
2250 * Buffer spaces, pattern and hold: Execution Cycle. (line 6)
2259 * Copy hold space into pattern space: Other Commands. (line 121)
2260 * Copy pattern space into hold space: Other Commands. (line 113)
2269 * Exchange hold space with pattern space: Other Commands. (line 129)
2395 * Replace hold space with copy of pattern space: Other Commands.
2397 * Replace pattern space with copy of hold space: Other Commands.
2413 * Spaces, pattern and hold: Execution Cycle. (line 6)
2483 * h (hold) command: Other Commands. (line 113)