Searched defs:property (Results 1 – 2 of 2) sorted by relevance
139 struct property { struct140 struct property *next; /* next property - null if last */ argument141 struct symbol *sym; /* the symbol for which the property is associated */ argument142 enum prop_type type; /* type of property */ argument145 struct expr *expr; /* the optional conditional part of the property */ argument146 struct menu *menu; /* the menu the property are associated with argument149 struct file *file; /* what file was this property defined */ argument150 int lineno; /* what lineno was this property defined */ argument
438 wctype_t wctype(const char *property) in wctype()822 wctrans_t wctrans(const char *property) in wctrans()
Completed in 4 milliseconds