--------------------------------------------------------------------------- | Facility : libnform | Function : static int FN_Sorted_First_Field(FORM * form) | | Description : Move to the sorted first field on the current page | of the form. | | Return Values : E_OK - success | != E_OK - error from subordinate cal
| 3211 | | != E_OK - error from subordinate call |
| 3212 | +--------------------------------------------------------------------------*/ |
| 3213 | static int FN_Sorted_Previous_Field(FORM * form) |
| 3214 | { |
| 3215 | return _nc_Set_Current_Field(form, |
| 3216 | Sorted_Previous_Field(form->current)); |
| 3217 | } |
| 3218 | |
| 3219 | /*--------------------------------------------------------------------------- |
| 3220 | | Facility : libnform |
nothing calls this directly
no test coverage detected
searching dependent graphs…