Home
last modified time | relevance | path

Searched refs:Fore (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/libeti/form/common/
H A Dfield_fore.c46 if (Fore(f) != fore) { in set_field_fore()
47 Fore(f) = fore; in set_field_fore()
56 return (Fore(Field(f))); in field_fore()
H A Dutility.c320 (void) wattrset(w, Fore(f)); in display_field()
399 (void) wattrset(w, Fore(f)); in _sync_attrs()
538 (void) wattrset(w, Fore(c)); in _set_current_field()
H A Dchg_data.c151 (void) wattrset(w, Fore(c)); in _grow_field()
/titanic_50/usr/src/lib/libeti/menu/common/
H A Dmenufore.c46 Fore(m) = attr; in set_menu_fore()
52 Fore(Dfl_Menu) = attr; in set_menu_fore()
60 return (Fore(m ? m : Dfl_Menu)); in menu_fore()
H A Dpost.c57 (void) wattron(Win(m), Fore(m)); in _post_item()
100 (void) wattroff(Win(m), Fore(m)); in _post_item()
/titanic_50/usr/src/lib/libeti/menu/inc/
H A Dprivate.h69 #define Fore(m) (m)->fore macro
/titanic_50/usr/src/lib/libeti/form/inc/
H A Dutility.h151 #define Fore(f) ((f) -> fore) macro