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

Function PN_Next_Page

Source/CursesDialog/form/frm_driver.c:3433–3436  ·  view source on GitHub ↗

--------------------------------------------------------------------------- | Facility : libnform | Function : static int PN_Next_Page(FORM * form) | | Description : Move to the next page of the form | | Return Values : E_OK - success | != E_OK - error from subordinate call +-------------------------------------------------

Source from the content-addressed store, hash-verified

3431 else
3432 {
3433 Call_Hook(form,fieldterm);
3434 Call_Hook(form,formterm);
3435 res = fct(form);
3436 Call_Hook(form,forminit);
3437 Call_Hook(form,fieldinit);
3438 }
3439 return res;

Callers

nothing calls this directly

Calls 2

_nc_Set_Form_PageFunction · 0.85
Next_Page_NumberFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…