Searched refs:Inter_Field_Navigation (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/ncurses/form/ |
| H A D | frm_driver.c | 117 static int Inter_Field_Navigation(int (*const fct) (FORM *), FORM *form); 2585 res = Inter_Field_Navigation(FN_Previous_Field, form); in Field_Editing() 2594 res = Inter_Field_Navigation(FN_Next_Field, form); in Field_Editing() 2649 returnCode(Inter_Field_Navigation(FN_Next_Field, form)); in FE_New_Line() 2676 returnCode(Inter_Field_Navigation(FN_Next_Field, form)); in FE_New_Line() 3619 Inter_Field_Navigation(int (*const fct) (FORM *), FORM *form) in Inter_Field_Navigation() function 4114 result = Inter_Field_Navigation(FN_Next_Field, form); in Data_Entry_w() 4201 result = Inter_Field_Navigation(FN_Next_Field, form); in Data_Entry() 4405 Inter_Field_Navigation, /* overloaded to call field hooks */ in form_driver() 4611 Inter_Field_Navigation, /* overloaded to call field hooks */ in form_driver_w()
|