Searched refs:rcsection (Results 1 – 2 of 2) sorted by relevance
53 static struct rcsection *rc_findsect(struct rcfile *rcp, const char *sectname);54 static struct rcsection *rc_addsect(struct rcfile *rcp, const char *sectname);55 static int rc_freesect(struct rcfile *rcp, struct rcsection *rsp);56 static struct rckey *rc_sect_findkey(struct rcsection *rsp, const char *keyname);57 static struct rckey *rc_sect_addkey(struct rcsection *rsp, const char *name, const char *value);116 struct rcsection *p, *n; in rc_close()141 static struct rcsection *144 struct rcsection *p; in rc_findsect()152 static struct rcsection *155 struct rcsection *p; in rc_addsect()[all …]
8 struct rcsection { struct9 SLIST_ENTRY(rcsection) rs_next;16 SLIST_HEAD(rcsec_head, rcsection) rf_sect; argument