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

Function field_userptr

Source/CursesDialog/form/fld_user.c:62–65  ·  view source on GitHub ↗

--------------------------------------------------------------------------- | Facility : libnform | Function : void *field_userptr(const FIELD *field) | | Description : Return the pointer that is reserved in any field to | store application relevant information. | | Return Values : Value of pointer. If no such pointer has been set, |

Source from the content-addressed store, hash-verified

60| NULL is returned
61+--------------------------------------------------------------------------*/
62void *field_userptr(const FIELD *field)
63{
64 return Normalize_Field( field )->usrptr;
65}
66
67/* fld_user.c ends here */

Callers 5

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