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

Function FN_Sorted_First_Field

Source/CursesDialog/form/frm_driver.c:3213–3217  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3211| != E_OK - error from subordinate call
3212+--------------------------------------------------------------------------*/
3213static int FN_Sorted_Previous_Field(FORM * form)
3214{
3215 return _nc_Set_Current_Field(form,
3216 Sorted_Previous_Field(form->current));
3217}
3218
3219/*---------------------------------------------------------------------------
3220| Facility : libnform

Callers

nothing calls this directly

Calls 2

_nc_Set_Current_FieldFunction · 0.85
Sorted_Next_FieldFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…