Searched defs:st_var_header (Results 1 – 1 of 1) sorted by relevance
107 struct st_var_header { struct108 char *name;109 enum var_id_t var_id;110 enum var_type_t var_type;111 void *p_val; /* ptr to programs variable to store value */112 void *data; /* ptr to the vars data */