Lines Matching defs:f
38 #define Scrollable(f) ((f)->drows > (f)->rows || \ argument
40 #define Connected(f) ((f) -> form != (FORM *) 0) argument
41 #define OnPage(f) ((f) -> page == P((f) -> form)) argument
42 #define Posted(f) (Status((f) -> form, POSTED)) argument
43 #define Visible(f) (Opt(f, O_VISIBLE) && OnPage(f)) argument
44 #define isCurrent(f) ((f) == C((f) -> form)) argument
45 #define Justified(f) (Just(f) != NO_JUSTIFICATION && \ argument
93 _adjust_cursor(FORM *f, char *v) in _adjust_cursor()
109 _buf_to_win(FIELD *f, WINDOW *w) in _buf_to_win()
127 _win_to_buf(WINDOW *w, FIELD *f) in _win_to_buf()
145 _pos_form_cursor(FORM *f) in _pos_form_cursor()
180 _update_current(FORM *f) in _update_current()
245 justify(FIELD *f, WINDOW *w) in justify()
270 unjustify(FIELD *f, WINDOW *w) in unjustify()
284 _sync_buffer(FORM *f) in _sync_buffer()
296 _sync_linked(FIELD *f) in _sync_linked()
311 display_field(FIELD *f) in display_field()
337 erase_field(FIELD *f) in erase_field()
353 _sync_field(FIELD *f) in _sync_field()
387 _sync_attrs(FIELD *f) in _sync_attrs()
423 _sync_opts(FIELD *f, OPTIONS opts) in _sync_opts()
477 _validate(FORM *f) in _validate()
499 _set_current_field(FORM *f, FIELD *field) in _set_current_field()
564 _set_form_page(FORM *f, int page, FIELD *c) in _set_form_page()