Lines Matching full:buffers
34 * is the linked list of all the buffers the user has named, the second is the
40 * contents of the numbered buffers are rotated up one, the contents of the
54 * When users explicitly cut text into the numeric buffers, historic vi became
59 * we just treat the numeric buffers like any other named buffer.
73 * a copy into the numeric buffers. We do the copy so that we don't in cut()
75 * like appends to buffers that are used multiple times.) in cut()
79 * buffers were historically a little strange. There were three cases. in cut()
82 * that the cut always goes into the numeric buffers. in cut()
86 * buffers. This includes most of the commands. in cut()
88 * but always go into the numeric buffers, regardless. This in cut()
183 * Rotate the numbered buffers up one.
254 * Discard all cut buffers.