Lines Matching defs:bool

91 typedef char bool;
94 #define bool vi_bool
121 typedef short bool;
168 var bool trubble;
169 var bool techoin;
210 var bool multibyte;
211 var bool aiflag; /* Append/change/insert with autoindent */
212 var bool tagflg; /* set for -t option and :tag command */
213 var bool anymarks; /* We have used '[a-z] */
219 var bool dosusp; /* Do SIGTSTP in visual when ^Z typed */
221 var bool edited; /* Current file is [Edited] */
223 extern bool endline; /* Last cmd mode command ended with \n */
227 var bool hush; /* Command line option - was given, hush up! */
229 var bool holdcm; /* Don't cursor address */
230 var bool inappend; /* in ex command append mode */
231 var bool inglobal; /* Inside g//... or v//... */
233 var bool inopen; /* Inside open or visual */
235 var bool intty; /* Input is a tty */
238 var bool laste; /* Last command was an "e" (or "rec") */
243 var bool listf; /* Command should run in list mode */
246 var bool numberf; /* Command should run in number mode */
253 var bool pfast; /* Have stty -nl'ed to go faster */
258 var bool ruptible; /* Interruptible is normal state */
259 var bool seenprompt; /* 1 if have gotten user input */
260 var bool shudclob; /* Have a prompt to clobber (e.g. on ^D) */
264 var bool vcatch; /* Want to catch an error (open/visual) */
266 var bool writing; /* 1 if in middle of a file write */
270 var bool mc_wrap; /* Multicolumn character wrap at right margin */
380 var bool write_quit; /* True if executing a 'wq' command */
432 int delete(bool);
462 bool putoctal;
471 void tailprim(unsigned char *, int, bool);
472 void vcontin(bool);
475 void pragged(bool);
477 void plines(line *, line *, bool);
479 void undo(bool);
497 int dosubcon(bool, line *);
516 void cleanup(bool);
532 void vopenup(int, bool, int);
535 void vmoveitup(int, bool);
556 void vzop(bool, int, int);
580 void vup(int, int, bool);
581 void vdown(int, int, bool);
585 void vreset(bool);
606 bool putoctal;