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

Function FN_Sorted_Last_Field

Source/CursesDialog/form/frm_driver.c:3229–3233  ·  view source on GitHub ↗

--------------------------------------------------------------------------- | Facility : libnform | Function : static int FN_Sorted_Last_Field(FORM * form) | | Description : Move to the sorted last 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

3227| != E_OK - error from subordinate call
3228+--------------------------------------------------------------------------*/
3229static int FN_Sorted_First_Field(FORM * form)
3230{
3231 return _nc_Set_Current_Field(form,
3232 Sorted_Next_Field(form->field[form->page[form->curpage].smax]));
3233}
3234
3235/*---------------------------------------------------------------------------
3236| Facility : libnform

Callers

nothing calls this directly

Calls 2

_nc_Set_Current_FieldFunction · 0.85
Sorted_Previous_FieldFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…