Home
last modified time | relevance | path

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

/netbsd-src/lib/libform/
H A Dform.h253 struct _form_fieldtype { struct
254 unsigned flags; /* status of the type */
255 unsigned refcount; /* in use if > 0 */
256 _FORMI_TYPE_LINK *link; /* set if this type is linked */
258 char * (*make_args)(va_list *); /* make the args for the type */
259 char * (*copy_args)(char *); /* copy the args for the type */
260 void (*free_args)(char *); /* free storage used by the args */
261 int (*field_check)(FIELD *, char *); /* field validation routine */
262 int (*char_check)(int, char *); /* char validation routine */
263 int (*next_choice)(FIELD *, char *); /* function to select next
[all …]