--------------------------------------------------------------------------- | Facility : libnform | Function : static int FN_Up_Field(FORM * form) | | Description : Get the upper neighbour of the current field. This | cycles through the page. See the comments of the | Upper_Neighbour_Field function to understand how |
| 3277 | static int FN_Right_Field(FORM * form) |
| 3278 | { |
| 3279 | return _nc_Set_Current_Field(form, |
| 3280 | Right_Neighbour_Field(form->current)); |
| 3281 | } |
| 3282 | |
| 3283 | /*--------------------------------------------------------------------------- |
| 3284 | | Facility : libnform |
| 3285 | | Function : static int FN_Up_Field(FORM * form) |
| 3286 | | |
nothing calls this directly
no test coverage detected
searching dependent graphs…