Lines Matching +full:0 +full:x00100
16 #define E_ADDR1 0x00000001 /* One address. */
17 #define E_ADDR2 0x00000002 /* Two addresses. */
18 #define E_ADDR2_ALL 0x00000004 /* Zero/two addresses; zero == all. */
19 #define E_ADDR2_NONE 0x00000008 /* Zero/two addresses; zero == none. */
20 #define E_ADDR_ZERO 0x00000010 /* 0 is a legal addr1. */
21 #define E_ADDR_ZERODEF 0x00000020 /* 0 is default addr1 of empty files. */
22 #define E_AUTOPRINT 0x00000040 /* Command always sets autoprint. */
23 #define E_CLRFLAG 0x00000080 /* Clear the print (#, l, p) flags. */
24 #define E_NEWSCREEN 0x00000100 /* Create a new screen. */
25 #define E_SECURE 0x00000200 /* Permission denied if O_SECURE set. */
26 #define E_VIONLY 0x00000400 /* Meaningful only in vi. */
27 #define __INUSE1 0xfffff800 /* Same name space as EX_PRIVATE. */
63 } while (0)
81 memset(&((cmdp)->cp), 0, ((char *)&(cmdp)->flags - \
97 #define AGV_AT 0x01 /* @ buffer execution. */
98 #define AGV_AT_NORANGE 0x02 /* @ buffer execution without range. */
99 #define AGV_GLOBAL 0x04 /* global command. */
100 #define AGV_V 0x08 /* v command. */
107 memset(&((cmdp)->buffer), 0, ((char *)&(cmdp)->flags - \
110 } while (0)
116 int addrcnt; /* Command: addresses (0, 1 or 2). */
122 #define E_C_BUFFER 0x00001 /* Buffer name specified. */
123 #define E_C_CARAT 0x00002 /* ^ flag. */
124 #define E_C_COUNT 0x00004 /* Count specified. */
125 #define E_C_COUNT_NEG 0x00008 /* Count was signed negative. */
126 #define E_C_COUNT_POS 0x00010 /* Count was signed positive. */
127 #define E_C_DASH 0x00020 /* - flag. */
128 #define E_C_DOT 0x00040 /* . flag. */
129 #define E_C_EQUAL 0x00080 /* = flag. */
130 #define E_C_FORCE 0x00100 /* ! flag. */
131 #define E_C_HASH 0x00200 /* # flag. */
132 #define E_C_LIST 0x00400 /* l flag. */
133 #define E_C_PLUS 0x00800 /* + flag. */
134 #define E_C_PRINT 0x01000 /* p flag. */
137 #define __INUSE2 0x000007ff /* Same name space as EXCMDLIST. */
138 #define E_BLIGNORE 0x00000800 /* Ignore blank lines. */
139 #define E_NAMEDISCARD 0x00001000 /* Free/discard the name. */
140 #define E_NOAUTO 0x00002000 /* Don't do autoprint output. */
141 #define E_NOPRDEF 0x00004000 /* Don't print as default. */
142 #define E_NRSEP 0x00008000 /* Need to line adjust ex output. */
143 #define E_OPTNUM 0x00010000 /* Number edit option affected. */
144 #define E_VLITONLY 0x00020000 /* Use ^V quoting only. */
145 #define E_PRESERVE 0x0003f800 /* Bits to preserve across commands. */
147 #define E_ABSMARK 0x00040000 /* Set the absolute mark. */
148 #define E_ADDR_DEF 0x00080000 /* Default addresses used. */
149 #define E_DELTA 0x00100000 /* Search address with delta. */
150 #define E_MODIFY 0x00200000 /* File name expansion modified arg. */
151 #define E_MOVETOEND 0x00400000 /* Move to the end of the file first. */
152 #define E_NEWLINE 0x00800000 /* Found ending <newline>. */
153 #define E_SEARCH_WMSG 0x01000000 /* Display search-wrapped message. */
154 #define E_USELASTCMD 0x02000000 /* Use the last command. */
155 #define E_VISEARCH 0x04000000 /* It's really a vi search command. */
190 #define EXP_CSCINIT 0x01 /* Cscope initialized. */