--------------------------------------------------------------------------- | 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 +---------------------------------------------------
| 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 | +--------------------------------------------------------------------------*/ |
| 3465 | static int PN_Previous_Page(FORM * form) |
| 3466 | { |
| 3467 | return _nc_Set_Form_Page(form,Previous_Page_Number(form),(FIELD *)0); |
nothing calls this directly
no test coverage detected
searching dependent graphs…