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

Function FN_Up_Field

Source/CursesDialog/form/frm_driver.c:3279–3283  ·  view source on GitHub ↗

--------------------------------------------------------------------------- | Facility : libnform | Function : static int FN_Up_Field(FORM * form) | | Description : Get the upper neighbour of the current field. This | cycles through the page. See the comments of the | Upper_Neighbour_Field function to understand how |

Source from the content-addressed store, hash-verified

3277static int FN_Right_Field(FORM * form)
3278{
3279 return _nc_Set_Current_Field(form,
3280 Right_Neighbour_Field(form->current));
3281}
3282
3283/*---------------------------------------------------------------------------
3284| Facility : libnform
3285| Function : static int FN_Up_Field(FORM * form)
3286|

Callers

nothing calls this directly

Calls 2

_nc_Set_Current_FieldFunction · 0.85
Upper_Neighbour_FieldFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…