Searched defs:property (Results 1 – 3 of 3) sorted by relevance
134 struct property { struct135 struct property *next; /* next property - null if last */ argument136 struct symbol *sym; /* the symbol for which the property is associated */ argument137 enum prop_type type; /* type of property */ argument140 struct expr *expr; /* the optional conditional part of the property */ argument141 struct menu *menu; /* the menu the property are associated with argument144 struct file *file; /* what file was this property defined */ argument145 int lineno; /* what lineno was this property defined */ argument
133 struct property { struct137 struct property *next; argument144 struct property *proplist; argument
57 void (*property)(void *, struct label *labels); member