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

Function FN_Left_Field

Source/CursesDialog/form/frm_driver.c:3245–3249  ·  view source on GitHub ↗

--------------------------------------------------------------------------- | Facility : libnform | Function : static int FN_Left_Field(FORM * form) | | Description : Get the field on the left of the current field on the | same line and the same page. Cycles through the line. | | Return Values : E_OK - success | != E_OK

Source from the content-addressed store, hash-verified

3243| != E_OK - error from subordinate call
3244+--------------------------------------------------------------------------*/
3245static int FN_Sorted_Last_Field(FORM * form)
3246{
3247 return _nc_Set_Current_Field(form,
3248 Sorted_Previous_Field(form->field[form->page[form->curpage].smin]));
3249}
3250
3251/*---------------------------------------------------------------------------
3252| Facility : libnform

Callers

nothing calls this directly

Calls 2

_nc_Set_Current_FieldFunction · 0.85
Left_Neighbour_FieldFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…