Searched refs:A_GOEND (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/less/ |
| H A D | decode.c | 108 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 D | cmd.h | 28 #define A_GOEND 16 macro
|
| H A D | lesskey_parse.c | 49 { "end", A_GOEND }, 68 { "goto-end", A_GOEND },
|
| H A D | command.c | 1760 case A_GOEND: in commands()
|