MCPcopy Create free account
hub / github.com/Kitware/CMake / Inter_Field_Navigation

Function Inter_Field_Navigation

Source/CursesDialog/form/frm_driver.c:3094–3107  ·  view source on GitHub ↗

--------------------------------------------------------------------------- | Facility : libnform | Function : static int Inter_Field_Navigation( | int (* const fct) (FORM *), | FORM * form) | | Description : Generic behaviour for changing the current field, the | field

Source from the content-addressed store, hash-verified

3092 Inter-Field Navigation routines
3093 --------------------------------------------------------------------------*/
3094
3095/*---------------------------------------------------------------------------
3096| Facility : libnform
3097| Function : static int Inter_Field_Navigation(
3098| int (* const fct) (FORM *),
3099| FORM * form)
3100|
3101| Description : Generic behaviour for changing the current field, the
3102| field is left and a new field is entered. So the field
3103| must be validated and the field init/term hooks must
3104| be called.
3105|
3106| Return Values : E_OK - success
3107| E_INVALID_FIELD - field is invalid
3108| some other - error from subordinate call
3109+--------------------------------------------------------------------------*/
3110static int Inter_Field_Navigation(int (* const fct) (FORM *),FORM *form)

Callers 3

Field_EditingFunction · 0.85
FE_New_LineFunction · 0.85
Data_EntryFunction · 0.85

Calls 1

_nc_Internal_ValidationFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…