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

Function field_buffer

Source/CursesDialog/form/frm_driver.c:3875–3881  ·  view source on GitHub ↗

--------------------------------------------------------------------------- | Facility : libnform | Function : char *field_buffer(const FIELD *field,int buffer) | | Description : Return the address of the buffer for the field. | | Return Values : Pointer to buffer or NULL if arguments were invalid. +----------------------------------------------------------------------

Source from the content-addressed store, hash-verified

3873 }
3874
3875 if (buffer==0)
3876 {
3877 int syncres;
3878 if (((syncres=Synchronize_Field( field ))!=E_OK) &&
3879 (res==E_OK))
3880 res = syncres;
3881 if (((syncres=Synchronize_Linked_Fields(field ))!=E_OK) &&
3882 (res==E_OK))
3883 res = syncres;
3884 }

Callers 11

OnReturnMethod · 0.85
GetValueMethod · 0.85
Check_Enum_FieldFunction · 0.85
Next_EnumFunction · 0.85
Previous_EnumFunction · 0.85
Check_AlphaNumeric_FieldFunction · 0.85
Check_IPV4_FieldFunction · 0.85
Check_Numeric_FieldFunction · 0.85
Check_Alpha_FieldFunction · 0.85
Check_Integer_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…