/src/lib/libmenu/ |
menu.h | 115 attr_t fore; /* menu foreground */ member in struct:__menu
|
menu.h | 115 attr_t fore; /* menu foreground */ member in struct:__menu
|
/src/lib/libform/ |
form.h | 222 chtype fore; /* character attributes for the foreground */ member in struct:_form_field
|
form.h | 222 chtype fore; /* character attributes for the foreground */ member in struct:_form_field
|
/src/lib/libcurses/ |
curses_private.h | 174 short fore; member in struct:__pair 248 #define COLOR_OTHER 4 /* None of the others but can set fore/back */
|
curses_private.h | 174 short fore; member in struct:__pair 248 #define COLOR_OTHER 4 /* None of the others but can set fore/back */
|
/src/tests/lib/libcurses/slave/ |
curses_commands.c | 1160 ARG_SHORT(fore); 1164 report_return(assume_default_colors(fore, back)); 1777 ARG_SHORT(fore); 1781 report_return(init_pair(pair, fore, back)); 2369 short fore, back; local in function:cmd_pair_content 2370 int ret = pair_content(pair, &fore, &back); 2374 report_int(fore);
|
curses_commands.c | 1160 ARG_SHORT(fore); 1164 report_return(assume_default_colors(fore, back)); 1777 ARG_SHORT(fore); 1781 report_return(init_pair(pair, fore, back)); 2369 short fore, back; local in function:cmd_pair_content 2370 int ret = pair_content(pair, &fore, &back); 2374 report_int(fore);
|