Searched refs:Inter_Field_Navigation (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/lib/libform/ |
| D | frm_driver.c | 118 static int Inter_Field_Navigation(int (*const fct) (FORM *), FORM *form); 2591 res = Inter_Field_Navigation(FN_Previous_Field, form); in Field_Editing() 2600 res = Inter_Field_Navigation(FN_Next_Field, form); in Field_Editing() 2655 returnCode(Inter_Field_Navigation(FN_Next_Field, form)); in FE_New_Line() 2682 returnCode(Inter_Field_Navigation(FN_Next_Field, form)); in FE_New_Line() 3625 Inter_Field_Navigation(int (*const fct) (FORM *), FORM *form) in Inter_Field_Navigation() function 4120 result = Inter_Field_Navigation(FN_Next_Field, form); in Data_Entry_w() 4207 result = Inter_Field_Navigation(FN_Next_Field, form); in Data_Entry() 4411 Inter_Field_Navigation, /* overloaded to call field hooks */ in form_driver() 4616 Inter_Field_Navigation, /* overloaded to call field hooks */ in form_driver_w()
|