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

/macosx-10.10.1/nano-12/src/
H A Dcut.c29 static bool keep_cutbuffer = FALSE; variable
38 keep_cutbuffer = FALSE;
135 /* If keep_cutbuffer is FALSE and the cutbuffer isn't empty, blow
137 if (!keep_cutbuffer && cutbuffer != NULL) {
160 /* Set keep_cutbuffer to TRUE, so that the text we're going to move
163 keep_cutbuffer = TRUE;

Completed in 113 milliseconds