Lines Matching defs:bool
68 typedef short bool;
489 extern bool can_change_color(void);
491 extern bool has_colors(void);
517 extern int clearok(WINDOW *, bool);
518 extern void idcok(WINDOW *, bool);
519 extern int idlok(WINDOW *, bool);
520 extern void immedok(WINDOW *, bool);
521 extern int intrflush(WINDOW *, bool);
522 extern int keypad(WINDOW *, bool);
523 extern int leaveok(WINDOW *, bool);
524 extern int meta(WINDOW *, bool);
525 extern int nodelay(WINDOW *, bool);
526 extern int notimeout(WINDOW *, bool);
527 extern int scrollok(WINDOW *, bool);
528 extern int syncok(WINDOW *, bool);
584 extern bool isendwin(void);
587 extern void use_env(bool);
626 extern bool has_ic(void);
627 extern bool has_il(void);
714 extern bool is_linetouched(WINDOW *, int);
715 extern bool is_wintouched(WINDOW *);