386BSD 0.1 development
[unix-history] / usr / othersrc / public / less-177 / cmd.h
CommitLineData
77e25d77
WJ
1#define MAX_USERCMD 500
2#define MAX_CMDLEN 16
3
4#define A_B_LINE 2
5#define A_B_SCREEN 3
6#define A_B_SCROLL 4
7#define A_B_SEARCH 5
8#define A_DIGIT 6
9#define A_DISP_OPTION 7
10#define A_DEBUG 8
11#define A_EXAMINE 9
12#define A_FIRSTCMD 10
13#define A_FREPAINT 11
14#define A_F_LINE 12
15#define A_F_SCREEN 13
16#define A_F_SCROLL 14
17#define A_F_SEARCH 15
18#define A_GOEND 16
19#define A_GOLINE 17
20#define A_GOMARK 18
21#define A_HELP 19
22#define A_NEXT_FILE 20
23#define A_PERCENT 21
24#define A_PREFIX 22
25#define A_PREV_FILE 23
26#define A_QUIT 24
27#define A_REPAINT 25
28#define A_SETMARK 26
29#define A_SHELL 27
30#define A_STAT 28
31#define A_FF_LINE 29
32#define A_BF_LINE 30
33#define A_VERSION 31
34#define A_VISUAL 32
35#define A_F_WINDOW 33
36#define A_B_WINDOW 34
37#define A_F_BRACKET 35
38#define A_B_BRACKET 36
39#define A_PIPE 37
40#define A_INDEX_FILE 38
41
42
43
44
45#define A_AGAIN_SEARCH 43
46#define A_T_AGAIN_SEARCH 44
47#define A_REVERSE_SEARCH 45
48#define A_T_REVERSE_SEARCH 46
49#define A_OPT_TOGGLE 47
50#define A_OPT_SET 48
51#define A_OPT_UNSET 49
52#define A_F_FOREVER 50
53#define A_GOPOS 51
54
55#define A_INVALID 100
56#define A_NOACTION 101
57#define A_UINVALID 102
58
59#define A_EXTRA 0200