Searched refs:Inter_Field_Navigation (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/ncurses/form/ |
| H A D | frm_driver.c | 117 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() 3627 Inter_Field_Navigation(int (*const fct) (FORM *), FORM *form) in Inter_Field_Navigation() function 4122 result = Inter_Field_Navigation(FN_Next_Field, form); in Data_Entry_w() 4209 result = Inter_Field_Navigation(FN_Next_Field, form); in Data_Entry() 4413 Inter_Field_Navigation, /* overloaded to call field hooks */ in form_driver() 4618 Inter_Field_Navigation, /* overloaded to call field hooks */ in form_driver_w()
|