Lines Matching +full:separately +full:- +full:defined
1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * dialog.h -- common declarations for all dialog modules
23 * background colors are OR'd rather than separately masked. This version
29 #if defined(NCURSES_VERSION) && defined(_NEED_WRAP) && !defined(GCC_PRINTFLIKE)
59 #define ACS_HLINE '-'
156 void *data; /* pointer to menu item - used by menubox+checklist */
178 item_cur && (item_cur != &item_nil); item_cur = item_cur->next)
233 * Mouse-generated keys are the following:
234 * -- the first 32 are used as numbers, in addition to '0'-'9'
235 * -- the lowercase are used to signal mouse-enter events (M_EVENT + 'o')
236 * -- uppercase chars are used to invoke the button (M_EVENT + 'O')