Searched refs:FormInfo (Results 1 – 2 of 2) sorted by relevance
30 struct FormInfo { struct47 struct FormInfo *more; argument
126 static struct FormInfo *AddFormInfo(char *value, in AddFormInfo()128 struct FormInfo *parent_form_info) in AddFormInfo()130 struct FormInfo *form_info; in AddFormInfo()131 form_info = calloc(1, sizeof(struct FormInfo)); in AddFormInfo()207 struct FormInfo *first_form, *current_form, *form = NULL; in FormAdd()223 first_form = calloc(1, sizeof(struct FormInfo)); in FormAdd()524 struct FormInfo *ptr; in FormAdd()653 struct FormInfo *ptr; in FormAdd()679 struct FormInfo *ptr = first_form->more; in FormAdd()