Home
last modified time | relevance | path

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

/openbsd/lib/libform/
H A Dform.h171 typedef struct typenode struct
176 struct typenode * left; /* ptr to operand for | */ argument
181 void (*freearg)(void *); /* free fieldtype arg */
184 union {
187 } fieldcheck;
188 union {
192 } charcheck;
193 union {
196 } enum_next;
197 union {
[all …]