Lines Matching refs:var

56 var	short	bastate;
57 var short state;
77 var short basWTOP;
78 var short basWLINES;
79 var short WTOP;
80 var short WBOT;
81 var short WLINES;
82 var short WCOLS;
83 var short WECHO;
90 var bool splitw;
105 var struct vlinfo vlinfo[TUBELINES + 2];
132 var short vcline;
133 var short vcnt;
143 var wchar_t *vtube[TUBELINES];
144 var wchar_t *vtube0;
154 var unsigned char *cursor;
155 var unsigned char *wcursor;
156 var line *wdot;
172 var short vundkind; /* Which kind of undo - from above */
173 var unsigned char *vutmp; /* Prev line image when "VCHNG" */
187 var short vch_mac; /* Change state - one of the above */
196 var unsigned char *vUNDcurs; /* Cursor just before 'U' */
197 var line *vUNDdot; /* The line address of line saved in vUNDsav */
198 var line vUNDsav; /* Grabbed initial "*dot" */
228 var short hold;
229 var short holdupd; /* Hold off update when echo line is too long */
242 var short CDCNT; /* Count of ^D's in insert on this line */
243 var unsigned char DEL[VBSIZE+1]; /* Last deleted text */
244 var bool HADUP; /* This insert line started with ^ then ^D */
245 var bool HADZERO; /* This insert line started with 0 then ^D */
246 var unsigned char INS[VBSIZE+1]; /* Last inserted text */
247 var int Vlines; /* Number of file lines "before" vi command */
248 var int Xcnt; /* External variable holding last cmd's count */
249 var bool Xhadcnt; /* Last command had explicit count? */
250 var short ZERO;
251 var short dir; /* Direction for search (+1 or -1) */
252 var short doomed; /* Disply chars right of cursor to be killed */
253 var bool gobblebl; /* Wrapmargin space generated nl, eat a space */
254 var bool hadcnt; /* (Almost) internal to vmain() */
255 var bool heldech; /* We owe a clear of echo area */
256 var bool insmode; /* Are in character insert mode */
257 var unsigned char lastcmd[5]; /* Chars in last command */
258 var int lastcnt; /* Count for last command */
259 var unsigned char *lastcp; /* Save current command here to repeat */
260 var bool lasthad; /* Last command had a count? */
261 var short lastvgk; /* Previous input key, if not from keyboard */
262 var short lastreg; /* Register with last command */
263 var unsigned char *ncols['z'-'a'+2]; /* Cursor positions of marks */
264 var unsigned char *notenam; /* Name to be noted with change count */
265 var unsigned char *notesgn; /* Change count from last command */
266 var unsigned char op; /* Operation of current command */
267 var int Peekkey; /* Peek ahead key */
268 var bool rubble; /* Line is filthy (in hardcopy open), redraw! */
269 var int vSCROLL; /* Number lines to scroll on ^D/^U */
270 var unsigned char *vglobp; /* Untyped input (e.g. repeat insert text) */
271 var unsigned char vmacbuf[VBSIZE]; /* Text of visual macro, hence nonnestable */
272 var unsigned char *vmacp; /* Like vglobp but for visual macros */
273 var unsigned char *vmcurs; /* Cursor for restore after undo d), e.g. */
274 var short vmovcol; /* Column to try to keep on arrow keys */
275 var bool vmoving; /* Are trying to keep vmovcol */
276 var short vreg; /* Reg for this command */ /* mjm: was char */
277 var short wdkind; /* Liberal/conservative words? */
278 var unsigned char workcmd[5]; /* Temporary for lastcmd */
279 var bool rewrite;
281 var int P_cursor_offset; /* cursor adjust for Put */
284 var unsigned char wcharfiller; /* Right margin filler for wide char */