repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fsdb(8): Fix some -Wformat warnings and raise WARNS to 2.
[dragonfly.git]
/
usr.bin
/
vi
/
ex_def.h
blob
7afb7b19d67739ee745be2bf4d16cc99c038913f
1
#define C_SCROLL 0
2
#define C_BANG 1
3
#define C_HASH 2
4
#define C_SUBAGAIN 3
5
#define C_STAR 4
6
#define C_SHIFTL 5
7
#define C_EQUAL 6
8
#define C_SHIFTR 7
9
#define C_AT 8
10
#define C_APPEND 9
11
#define C_ABBR 10
12
#define C_ARGS 11
13
#define C_BG 12
14
#define C_CHANGE 13
15
#define C_CD 14
16
#define C_CHDIR 15
17
#define C_COPY 16
18
#define C_CSCOPE 17
19
#define C_DELETE 18
20
#define C_DISPLAY 19
21
#define C_EDIT 20
22
#define C_EX 21
23
#define C_EXUSAGE 22
24
#define C_FILE 23
25
#define C_FG 24
26
#define C_GLOBAL 25
27
#define C_HELP 26
28
#define C_INSERT 27
29
#define C_JOIN 28
30
#define C_K 29
31
#define C_LIST 30
32
#define C_MOVE 31
33
#define C_MARK 32
34
#define C_MAP 33
35
#define C_MKEXRC 34
36
#define C_NEXT 35
37
#define C_NUMBER 36
38
#define C_OPEN 37
39
#define C_PRINT 38
40
#define C_PRESERVE 39
41
#define C_PREVIOUS 40
42
#define C_PUT 41
43
#define C_QUIT 42
44
#define C_READ 43
45
#define C_RECOVER 44
46
#define C_RESIZE 45
47
#define C_REWIND 46
48
#define C_SUBSTITUTE 47
49
#define C_SCRIPT 48
50
#define C_SET 49
51
#define C_SHELL 50
52
#define C_SOURCE 51
53
#define C_STOP 52
54
#define C_SUSPEND 53
55
#define C_T 54
56
#define C_TAG 55
57
#define C_TAGNEXT 56
58
#define C_TAGPOP 57
59
#define C_TAGPREV 58
60
#define C_TAGTOP 59
61
#define C_UNDO 60
62
#define C_UNABBREVIATE 61
63
#define C_UNMAP 62
64
#define C_V 63
65
#define C_VERSION 64
66
#define C_VISUAL_EX 65
67
#define C_VISUAL_VI 66
68
#define C_VIUSAGE 67
69
#define C_VSPLIT 68
70
#define C_WRITE 69
71
#define C_WN 70
72
#define C_WQ 71
73
#define C_XIT 72
74
#define C_YANK 73
75
#define C_Z 74
76
#define C_SUBTILDE 75