MCPcopy Create free account
hub / github.com/Kitware/CMake / Sorted_Next_Field

Function Sorted_Next_Field

Source/CursesDialog/form/frm_driver.c:2895–2907  ·  view source on GitHub ↗

--------------------------------------------------------------------------- | Facility : libnform | Function : static FIELD *Sorted_Next_Field(FIELD * field) | | Description : Get the next field after the given field on the current | page. The order of fields is the one defined by the | (row,column) geometry, rows are major. | | Re

Source from the content-addressed store, hash-verified

2893 if (Field_Is_Selectable(*field_on_page))
2894 break;
2895 } while(field!=(*field_on_page));
2896
2897 return (*field_on_page);
2898}
2899
2900/*---------------------------------------------------------------------------
2901| Facility : libnform
2902| Function : static FIELD *Sorted_Next_Field(FIELD * field)
2903|
2904| Description : Get the next field after the given field on the current
2905| page. The order of fields is the one defined by the
2906| (row,column) geometry, rows are major.
2907|
2908| Return Values : Pointer to the next field.
2909+--------------------------------------------------------------------------*/
2910INLINE static FIELD *Sorted_Next_Field(FIELD * field)

Callers 5

Right_Neighbour_FieldFunction · 0.85
Upper_Neighbour_FieldFunction · 0.85
Down_Neighbour_FieldFunction · 0.85
FN_Sorted_Next_FieldFunction · 0.85
FN_Sorted_First_FieldFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…