Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dcmd.h121 #define EC_B_COMPLETE 18 macro
H A Ddecode.c229 '\17',0, EC_B_COMPLETE, /* BACKTAB */
230 SK(SK_BACKTAB),0, EC_B_COMPLETE, /* BACKTAB */
231 ESC,'\t',0, EC_B_COMPLETE, /* ESC TAB */
1311 case EC_B_COMPLETE: in editchar()
H A Dcmdbuf.c956 case EC_B_COMPLETE: in cmd_edit()
1160 case EC_B_COMPLETE: in next_compl()
H A Dlesskey_parse.c115 { "back-complete", EC_B_COMPLETE },