--------------------------------------------------------------------------- | Facility : libnform | Function : static int FN_Down_Field(FORM * form) | | Description : Get the down neighbour of the current field. This | cycles through the page. See the comments of the | Down_Neighbour_Field function to understand how |
| 3295 | static int FN_Up_Field(FORM * form) |
| 3296 | { |
| 3297 | return _nc_Set_Current_Field(form, |
| 3298 | Upper_Neighbour_Field(form->current)); |
| 3299 | } |
| 3300 | |
| 3301 | /*--------------------------------------------------------------------------- |
| 3302 | | Facility : libnform |
| 3303 | | Function : static int FN_Down_Field(FORM * form) |
| 3304 | | |
nothing calls this directly
no test coverage detected
searching dependent graphs…