Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/less/
H A Dcmd.h26 #define A_F_SCROLL 14 macro
H A Ddecode.c67 'd',0, A_F_SCROLL,
68 CONTROL('D'),0, A_F_SCROLL,
H A Dlesskey_parse.c57 { "forw-scroll", A_F_SCROLL },
H A Dcommand.c1450 case A_F_SCROLL: in commands()