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

Function FN_Right_Field

Source/CursesDialog/form/frm_driver.c:3261–3265  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3259| != E_OK - error from subordinate call
3260+--------------------------------------------------------------------------*/
3261static int FN_Left_Field(FORM * form)
3262{
3263 return _nc_Set_Current_Field(form,
3264 Left_Neighbour_Field(form->current));
3265}
3266
3267/*---------------------------------------------------------------------------
3268| Facility : libnform

Callers

nothing calls this directly

Calls 2

_nc_Set_Current_FieldFunction · 0.85
Right_Neighbour_FieldFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…