Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
H A Ddecode.c117 'G',0, A_GOEND,
119 ESC,'>',0, A_GOEND,
120 '>',0, A_GOEND,
121 SK(SK_END),0, A_GOEND,
H A Dcmd.h28 #define A_GOEND 16 macro
H A Dlesskey_parse.c46 { "end", A_GOEND },
63 { "goto-end", A_GOEND },
H A Dcommand.c1550 case A_GOEND: in commands()