Lines Matching refs:FIELD
107 _buf_to_win(FIELD *f, WINDOW *w) in _buf_to_win()
125 _win_to_buf(WINDOW *w, FIELD *f) in _win_to_buf()
146 FIELD * c = C(f); in _pos_form_cursor()
181 FIELD * c = C(f); in _update_current()
243 justify(FIELD *f, WINDOW *w) in justify()
268 unjustify(FIELD *f, WINDOW *w) in unjustify()
294 _sync_linked(FIELD *f) in _sync_linked()
296 FIELD * p = f -> link; in _sync_linked()
309 display_field(FIELD *f) in display_field()
335 erase_field(FIELD *f) in erase_field()
351 _sync_field(FIELD *f) in _sync_field()
385 _sync_attrs(FIELD *f) in _sync_attrs()
421 _sync_opts(FIELD *f, OPTIONS opts) in _sync_opts()
477 FIELD * c = C(f); in _validate()
497 _set_current_field(FORM *f, FIELD *field) in _set_current_field()
500 FIELD * c = C(f); in _set_current_field()
562 _set_form_page(FORM *f, int page, FIELD *c) in _set_form_page()
565 FIELD * x = f -> field [Smin(f, page)]; in _set_form_page()
566 FIELD * p = x; in _set_form_page()