HomeSort by relevance Sort by last modified time
    Searched refs:YANK (Results 1 - 3 of 3) sorted by null

  /external/libedit/src/
chared.h 130 #define YANK 0x04
vi.c 69 if (!(c & YANK))
75 if (!(c & YANK)) {
874 * Vi yank to end of line
888 * Vi yank
896 return cv_action(el, YANK);
chared.c 80 * Save yank/delete data for paste
141 * Delete the character after the cursor, do not yank
184 * Delete the character before the cursor, do not yank
349 if (action & YANK) {

Completed in 69 milliseconds