HomeSort by: relevance | last modified time | path
    Searched refs:YANK (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libedit/
chared.h 118 #define YANK 0x04
vi.c 75 if (!(c & YANK))
81 if (!(c & YANK)) {
881 * Vi yank to end of line
895 * Vi yank
903 return cv_action(el, YANK);
chared.c 83 * Save yank/delete data for paste
144 * Delete the character after the cursor, do not yank
187 * Delete the character before the cursor, do not yank
355 if (action & YANK) {

Completed in 13 milliseconds