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

Function Sorted_Previous_Field

Source/CursesDialog/form/frm_driver.c:2919–2931  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2917 if (Field_Is_Selectable(field_on_page))
2918 break;
2919 } while(field_on_page!=field);
2920
2921 return (field_on_page);
2922}
2923
2924/*---------------------------------------------------------------------------
2925| Facility : libnform
2926| Function : static FIELD *Sorted_Previous_Field(FIELD * field)
2927|
2928| Description : Get the previous field before the given field on the
2929| current page. The order of fields is the one defined
2930| by the (row,column) geometry, rows are major.
2931|
2932| Return Values : Pointer to the previous field.
2933+--------------------------------------------------------------------------*/
2934INLINE static FIELD *Sorted_Previous_Field(FIELD * field)

Callers 5

Left_Neighbour_FieldFunction · 0.85
Upper_Neighbour_FieldFunction · 0.85
Down_Neighbour_FieldFunction · 0.85
FN_Sorted_Previous_FieldFunction · 0.85
FN_Sorted_Last_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…