Home
last modified time | relevance | path

Searched refs:A_END_PASTE (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/less/
H A Dcmd.h88 #define A_END_PASTE 76 /* must not overlap EC_* */ macro
126 #define EC_END_PASTE A_END_PASTE
H A Ddecode.c187 ESC,'[','2','0','1','~',0, A_END_PASTE,
240 ESC,'[','2','0','1','~',0, A_END_PASTE, /* close paste bracket */
H A Dcommand.c1333 if (action == A_END_PASTE) in is_ignoring_input()