Lines Matching defs:bool
65 typedef short bool;
385 extern bool can_change_color(void);
388 extern int clearok(WINDOW *, bool);
429 extern bool has_colors(void);
430 extern bool has_ic(void);
431 extern bool has_il(void);
434 extern void idcok(WINDOW *, bool);
435 extern int idlok(WINDOW *, bool);
436 extern void immedok(WINDOW *, bool);
454 extern int intrflush(WINDOW *, bool);
459 extern bool isendwin(void);
460 extern bool is_linetouched(WINDOW *, int);
461 extern bool is_wintouched(WINDOW *);
464 extern int keypad(WINDOW *, bool);
467 extern int leaveok(WINDOW *, bool);
469 extern int meta(WINDOW *, bool);
560 extern int nodelay(WINDOW *, bool);
565 extern int notimeout(WINDOW *, bool);
590 extern int scrollok(WINDOW *, bool);
618 extern int syncok(WINDOW *, bool);
629 extern void use_env(bool);