Home | History | Annotate | Download | only in vi

Lines Matching defs:character

22 	ARG_CHAR_T character;		/* Character. */
34 * deleting the last character, and similarly allowed "dw" when
41 * up to and including the next 'b' character, while "d/b" deleted
42 * everything up to the next 'b' character. While this implementation
66 #define VM_RCM_SETLAST 0x00000080 /* RCM: set to last character. */
109 * the starting cursor is decremented by a single character (or, in a
111 * cursor character isn't cut or deleted. No cursor adjustment is
113 * m_stop inclusively, i.e. the last character in the range is cut or
118 * routines set the cursor to the last character inserted; for '<',
134 #define V_CHAR 0x00020000 /* Character (required, trailing). */
151 /* Character stream structure, prototypes. */
157 ARG_CHAR_T cs_ch; /* Character. */
206 size_t c_sboff; /* 0-N: offset of first character on screen. */
207 size_t c_eboff; /* 0-N: offset of last character on screen. */
208 u_int8_t c_scoff; /* 0-N: offset into the first character. */
209 /* 255: no character of line visible. */
210 u_int8_t c_eclen; /* 1-N: columns from the last character. */
211 u_int8_t c_ecsize; /* 1-N: size of the last character. */
217 /* Character search information. */
240 CHAR_T rlast; /* Last 'r' replacement character. */
241 e_key_t rvalue; /* Value of last replacement character. */
254 int busy_ch; /* Busy character. */
255 size_t busy_fx; /* Busy character x coordinate. */
266 CHAR_T lastckey; /* Last search character. */
267 cdir_t csearchdir; /* Character search direction. */