Lines Matching defs:_excmd
73 struct _excmd { struct
76 char *if_name; /* Associated file. */
77 recno_t if_lno; /* Associated line number. */
84 CHAR_T *cp; /* Current command text. */
85 size_t clen; /* Current command length. */
87 CHAR_T *save_cmd; /* Remaining command. */
88 size_t save_cmdlen; /* Remaining command length. */
90 EXCMDLIST const *cmd; /* Command: entry in command table. */
91 EXCMDLIST rcmd; /* Command: table entry/replacement. */
94 recno_t range_lno; /* @/global range: set line number. */
95 CHAR_T *o_cp; /* Original @/global command. */
96 size_t o_clen; /* Original @/global command length. */
102 u_int8_t agv_flags;
112 CHAR_T buffer; /* Command: named buffer. */
113 recno_t lineno; /* Command: line number. */
114 long count; /* Command: signed count. */
115 long flagoff; /* Command: signed flag offset. */
116 int addrcnt; /* Command: addresses (0, 1 or 2). */
117 MARK addr1; /* Command: 1st address. */
118 MARK addr2; /* Command: 2nd address. */
119 ARGS **argv; /* Command: array of arguments. */
120 int argc; /* Command: count of arguments. */
135 u_int16_t iflags; /* User input information. */
156 u_int32_t flags; /* Current flags. */