Searched refs:rcsection (Results 1 – 2 of 2) sorted by relevance
65 static struct rcsection *rc_findsect(struct rcfile *rcp, const char *sectname);66 static struct rcsection *rc_addsect(struct rcfile *rcp, const char *sectname);67 static int rc_freesect(struct rcfile *rcp, struct rcsection *rsp);68 static struct rckey *rc_sect_findkey(struct rcsection *rsp, const char *key);69 static struct rckey *rc_sect_addkey(struct rcsection *rsp, const char *name,184 struct rcsection *p, *n; in rc_close()215 static struct rcsection *218 struct rcsection *p; in rc_findsect()228 static struct rcsection *231 struct rcsection *p; in rc_addsect()[all …]
39 struct rcsection { struct40 SLIST_ENTRY(rcsection) rs_next;47 SLIST_HEAD(rcsec_head, rcsection) rf_sect; argument