--------------------------------------------------------------------------- | 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 +-------------------------------------------------
| 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; |
nothing calls this directly
no test coverage detected
searching dependent graphs…