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

Function PN_First_Page

Source/CursesDialog/form/frm_driver.c:3461–3464  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3459|
3460| Description : Move to the previous page of the form
3461|
3462| Return Values : E_OK - success
3463| != E_OK - error from subordinate call
3464+--------------------------------------------------------------------------*/
3465static int PN_Previous_Page(FORM * form)
3466{
3467 return _nc_Set_Form_Page(form,Previous_Page_Number(form),(FIELD *)0);

Callers

nothing calls this directly

Calls 1

_nc_Set_Form_PageFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…