Searched refs:cutbuffer (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/nano-12/src/
H A Dcut.c30 /* Should we keep the contents of the cutbuffer? */
32 /* Pointer to the end of the cutbuffer. */
35 * cutbuffer. */
42 * current line, plus the newline at the end, into the cutbuffer. If we
43 * are, move all of the text of the current line into the cutbuffer. In
49 move_to_filestruct(&cutbuffer, &cutbottom, openfile->current, 0,
52 move_to_filestruct(&cutbuffer, &cutbottom, openfile->current, 0,
58 /* Move all currently marked text into the cutbuffer, and set the
68 move_to_filestruct(&cutbuffer, &cutbottom, top, top_x, bot, bot_x);
74 * counting the newline at the end, into the cutbuffer
[all...]
H A Dglobal.c65 filestruct *cutbuffer = NULL; variable
334 N_("Cut the current line and store it in the cutbuffer");
336 N_("Uncut from the cutbuffer into the current line");
348 N_("Copy the current line and store it in the cutbuffer");
1419 if (cutbuffer != NULL)
1420 free_filestruct(cutbuffer);
H A Dutils.c594 else if (inptr == cutbuffer)
595 fprintf(stderr, "Dumping cutbuffer to stderr...\n");
H A Dproto.h49 extern filestruct *cutbuffer;
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dzle.h306 struct cutbuffer { struct
312 typedef struct cutbuffer *Cutbuffer;
H A Dzle_params.c530 zfree(kring, kringsize * sizeof(struct cutbuffer));
546 kring = (Cutbuffer)zshcalloc(kringsize * sizeof(struct cutbuffer));
577 kring = (Cutbuffer)zshcalloc(kringsize * sizeof(struct cutbuffer));
H A Dzle_utils.c36 struct cutbuffer cutbuf;
41 struct cutbuffer *kring;
49 struct cutbuffer vibuf[35];
870 * cutbuffer, circling the kill ring if necessary (it's
874 * dir indicates how the text is to be added to the cutbuffer,
875 * if the cutbuffer wasn't zeroed (this depends on the last
877 * to the front of the cut buffer. If dir is -1, the cutbuffer
901 struct cutbuffer *b = &vibuf[zmod.vibuf];
943 kring = (Cutbuffer)zshcalloc(kringsize * sizeof(struct cutbuffer));
H A Dzle_main.c2097 zfree(kring, kringsize * sizeof(struct cutbuffer));

Completed in 111 milliseconds