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

Function FN_Previous_Field

Source/CursesDialog/form/frm_driver.c:3134–3138  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3132| != E_OK - error from subordinate call
3133+--------------------------------------------------------------------------*/
3134static int FN_Next_Field(FORM * form)
3135{
3136 return _nc_Set_Current_Field(form,
3137 Next_Field_On_Page(form->current));
3138}
3139
3140/*---------------------------------------------------------------------------
3141| Facility : libnform

Callers

nothing calls this directly

Calls 2

_nc_Set_Current_FieldFunction · 0.85
Previous_Field_On_PageFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…