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