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

Function FN_Down_Field

Source/CursesDialog/form/frm_driver.c:3297–3301  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3295static int FN_Up_Field(FORM * form)
3296{
3297 return _nc_Set_Current_Field(form,
3298 Upper_Neighbour_Field(form->current));
3299}
3300
3301/*---------------------------------------------------------------------------
3302| Facility : libnform
3303| Function : static int FN_Down_Field(FORM * form)
3304|

Callers

nothing calls this directly

Calls 2

_nc_Set_Current_FieldFunction · 0.85
Down_Neighbour_FieldFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…