Searched refs:Inter_Field_Navigation (Results 1 – 1 of 1) sorted by relevance
| /freebsd-head/contrib/ncurses/form/ |
| HD | frm_driver.c | 117 static int Inter_Field_Navigation(int (*const fct) (FORM *), FORM *form); 2590 res = Inter_Field_Navigation(FN_Previous_Field, form); in Field_Editing() 2599 res = Inter_Field_Navigation(FN_Next_Field, form); in Field_Editing() 2654 returnCode(Inter_Field_Navigation(FN_Next_Field, form)); in FE_New_Line() 2681 returnCode(Inter_Field_Navigation(FN_Next_Field, form)); in FE_New_Line() 3624 Inter_Field_Navigation(int (*const fct) (FORM *), FORM *form) in Inter_Field_Navigation() function 4119 result = Inter_Field_Navigation(FN_Next_Field, form); in Data_Entry_w() 4206 result = Inter_Field_Navigation(FN_Next_Field, form); in Data_Entry() 4410 Inter_Field_Navigation, /* overloaded to call field hooks */ in form_driver() 4615 Inter_Field_Navigation, /* overloaded to call field hooks */ in form_driver_w()
|