Lines Matching defs:props
53 typedef struct props {58 struct props *next;69 static props_t *props = NULL;315 * Modified properties are put on the 'props' linked list by aconf_set_string()328 if (props == NULL)341 for (p = props; p != NULL; p = p->next) {352 p = props;361 props = NULL;553 p->next = props;554 props = p;