Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Ddecode.c108 SK(SK_END),0, A_GOEND,
109 SK(SK_SHIFT_END),0, A_GOEND|A_EXTRA, ESC,'}',0,
110 SK(SK_CTL_END),0, A_GOEND|A_EXTRA, ESC,'}',0,
133 'G',0, A_GOEND,
135 ESC,'>',0, A_GOEND,
136 '>',0, A_GOEND,
202 SK(SK_PAD_DL),0, A_GOEND,
H A Dcmd.h28 #define A_GOEND 16 macro
H A Dlesskey_parse.c49 { "end", A_GOEND },
68 { "goto-end", A_GOEND },
H A Dcommand.c1760 case A_GOEND: in commands()