Searched defs:st_var_header (Results 1 – 1 of 1) sorted by relevance
102 struct st_var_header { struct103 char *name;104 enum var_id_t var_id;105 enum var_type_t var_type;106 void *p_val; /* ptr to programs variable to store value */107 void *data; /* ptr to the vars data */