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