bool               31 lib/stdckdint.in.h #define ckd_add(r, a, b) ((bool) _GL_INT_ADD_WRAPV (a, b, r))
bool               32 lib/stdckdint.in.h #define ckd_sub(r, a, b) ((bool) _GL_INT_SUBTRACT_WRAPV (a, b, r))
bool               33 lib/stdckdint.in.h #define ckd_mul(r, a, b) ((bool) _GL_INT_MULTIPLY_WRAPV (a, b, r))
bool              403 lib/tty/tty-ncurses.c     keypad (stdscr, (bool) set);
bool              411 lib/tty/tty-ncurses.c     nodelay (stdscr, (bool) set);