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

Function FN_First_Field

Source/CursesDialog/form/frm_driver.c:3149–3153  ·  view source on GitHub ↗

--------------------------------------------------------------------------- | Facility : libnform | Function : static int FN_First_Field(FORM * form) | | Description : Move to the first field on the current page of the form | | Return Values : E_OK - success | != E_OK - error from subordinate call +-----------------------

Source from the content-addressed store, hash-verified

3147| Return Values : E_OK - success
3148| != E_OK - error from subordinate call
3149+--------------------------------------------------------------------------*/
3150static int FN_Previous_Field(FORM * form)
3151{
3152 return _nc_Set_Current_Field(form,
3153 Previous_Field_On_Page(form->current));
3154}
3155
3156/*---------------------------------------------------------------------------

Callers 1

_nc_Set_Form_PageFunction · 0.85

Calls 2

_nc_Set_Current_FieldFunction · 0.85
Next_Field_On_PageFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…