Home
last modified time | relevance | path

Searched refs:EC_W_LEFT (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/less/
H A Dcmd.h109 #define EC_W_LEFT 5 macro
H A Ddecode.c239 ESC,'b',0, EC_W_LEFT, /* ESC b */
240 ESC,SK(SK_LEFT_ARROW),0, EC_W_LEFT, /* ESC LEFTARROW */
241 SK(SK_CTL_LEFT_ARROW),0, EC_W_LEFT, /* CTRL-LEFTARROW */
H A Dlesskey_parse.c135 { "word-left", EC_W_LEFT },
H A Dcmdbuf.c903 case EC_W_LEFT: in cmd_edit()