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

Function current_field

Source/CursesDialog/form/fld_current.c:104–107  ·  view source on GitHub ↗

--------------------------------------------------------------------------- | Facility : libnform | Function : FIELD *current_field(const FORM * form) | | Description : Return the current field. | | Return Values : Pointer to the current field. +--------------------------------------------------------------------------*/

Source from the content-addressed store, hash-verified

102| Return Values : Pointer to the current field.
103+--------------------------------------------------------------------------*/
104FIELD *current_field(const FORM * form)
105{
106 return Normalize_Form(form)->current;
107}
108
109/*---------------------------------------------------------------------------
110| Facility : libnform

Callers 6

RenderMethod · 0.85
PrintKeysMethod · 0.85
UpdateStatusBarMethod · 0.85
HandleInputMethod · 0.85
JumpToCacheEntryMethod · 0.85
HandleInputMethod · 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…