--------------------------------------------------------------------------- | 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 +-------------------------
| 3116 | else |
| 3117 | { |
| 3118 | Call_Hook(form,fieldterm); |
| 3119 | res = fct(form); |
| 3120 | Call_Hook(form,fieldinit); |
| 3121 | } |
| 3122 | return res; |
| 3123 | } |
| 3124 | |
| 3125 | /*--------------------------------------------------------------------------- |
nothing calls this directly
no test coverage detected
searching dependent graphs…