Searched defs:property (Results 1 – 2 of 2) sorted by relevance
192 struct property { struct193 struct property *next; /* next property - null if last */ argument194 struct symbol *sym; /* the symbol for which the property is associated */ argument195 enum prop_type type; /* type of property */ argument198 struct expr *expr; /* the optional conditional part of the property */ argument199 struct menu *menu; /* the menu the property are associated with argument202 struct file *file; /* what file was this property defined */ argument203 int lineno; /* what lineno was this property defined */ argument
404 uint8_t property; in update_lpi_property() local
Completed in 8 milliseconds