Home
last modified time | relevance | path

Searched defs:Formfield (Results 1 – 1 of 1) sorted by relevance

/plan9-contrib/sys/include/
H A Dhtml.h96 typedef struct Formfield Formfield; typedef
337 struct Formfield struct
339 Formfield*next; /* in list of fields for a form */ argument
340 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 …]