vi/v_txt.c: txt_dent: introduce sequence point between decrement and access
[nvi.git] / docs / vi.ref / ref.texi
blob8bde1ea23e7289ecb0d237986efddb0ffd1a0ce8
1 @comment  Copyright (c) 1994
2 @comment      The Regents of the University of California.  All rights reserved.
3 @comment  Copyright (c) 1994, 1995, 1996
4 @comment        Keith Bostic.  All rights reserved.
5 @comment 
6 @comment  See the LICENSE file for redistribution information.
7 @comment 
8 @comment      $Id: ref.texi,v 8.1 2001/08/18 20:43:48 skimo Exp $ (Berkeley) $Date: 2001/08/18 20:43:48 $
9 @comment 
10 @comment 
11 @comment  indented paragraph, with spaces between the items, bold font
12 @macro IP{item}
13 @item @strong{\item\}
14 @comment @deffn {Command} {\item\}
15 @comment @end deffn
16 @end macro
17 @comment  indented paragraph, no spaces between the items, bold font
18 @comment .de Ip
19 @comment .tm arg 1 \\$1 arg 2 \\$2 arg 3 \\$3
20 @macro Ip{item}
21 @itemx @strong{\item\}
22 @end macro
23 @comment  typewriter font
24 @macro LI{command}
25 @code{\command\}
26 @end macro
27 @comment  ex/vi names in command font
28 @macro EV{ex,vi}
29 @strong{\ex\}/@strong{\vi\}
30 @end macro
31 @comment  command names
32 @macro CO{command}
33 @strong{\command\}
34 @end macro
35 @comment  option names
36 @macro OP{option}
37 @code{\option\}
38 @end macro
39 @comment  paren quoted (typewriter font)
40 @macro PQ{command}
41 ``@code{\command\}''
42 @end macro
43 @comment  quoted bold
44 @macro QB{command}
45 ``@strong{\command\}''
46 @end macro
47 @comment  quoted command
48 @macro QC{command}
49 ``@strong{\command\}''
50 @end macro
51 @comment  quoted option
52 @comment  quoted (no font change)
53 @macro QQ{command}
54 ``\command\''
55 @end macro
56 @comment  quoted (typewriter font)
57 @macro QT{command}
58 ``@code{\command\}''
59 @end macro
60 @comment  section macro to build TOC
61 @comment  manual section
62 @macro XR{command,section}
63 @command{\command\}(\section\)
64 @end macro