Searched defs:Formfield (Results 1 – 1 of 1) sorted by relevance
96 typedef struct Formfield Formfield; typedef337 struct Formfield struct339 Formfield*next; /* in list of fields for a form */ argument340 int ftype; /* Ftext, Fpassword, etc. */341 int fieldid; /* serial no. of field within its form */342 Form* form; /* containing form */343 Rune* name; /* name attr */344 Rune* value; /* value attr */345 int size; /* size attr */346 int maxlength; /* maxlength attr */[all …]