Lines Matching defs:field
90 * offset of v from beginning of field buffer
178 /* _update_current - sync up current field */
243 /* justify - justify field f in window w as given by Just(f) */
268 /* unjustify - left justify field f in window w for editing */
282 /* _sync_buffer - sync current field with characters in window */
294 /* _sync_linked - sync fields linked to field f */
309 /* display_field - display field f */
335 /* erase_field - erase field f */
351 /* _sync_field - sync the field after a change to the field buffer */
385 /* _sync_attrs - sync the field after a change to a field attribute */
475 /* _validate - validate current field */
495 * _set_current_field - change current field on form f to given field.
499 _set_current_field(FORM *f, FIELD *field)
504 if (c != field || ! Status(f, POSTED)) {
524 c = field;
559 * _set_form_page - display given page and set current field to c.
560 * if c is null, then set current field to first field on page.
567 FIELD * x = f -> field [Smin(f, page)];