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.h103 #define EC_W_LEFT 5
99 #define EC_W_LEFT global() macro
H A Ddecode.c206 ESC,'b',0, EC_W_LEFT, /* ESC b */
207 ESC,SK(SK_LEFT_ARROW),0, EC_W_LEFT, /* ESC LEFTARROW */
208 SK(SK_CTL_LEFT_ARROW),0, EC_W_LEFT, /* CTRL-LEFTARROW */
H A Dlesskey_parse.c125 { "word-left", EC_W_LEFT },
H A Dcmdbuf.c857 case EC_W_LEFT: in cmd_edit()