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

Function FN_Next_Field

Source/CursesDialog/form/frm_driver.c:3118–3122  ·  view source on GitHub ↗

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

3116 else
3117 {
3118 Call_Hook(form,fieldterm);
3119 res = fct(form);
3120 Call_Hook(form,fieldinit);
3121 }
3122 return res;
3123}
3124
3125/*---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 2

_nc_Set_Current_FieldFunction · 0.85
Next_Field_On_PageFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…