Lines Matching refs:rcsection
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()
248 rc_freesect(struct rcfile *rcp, struct rcsection *rsp) in rc_freesect()
254 SLIST_REMOVE(&rcp->rf_sect, rsp, rcsection, rs_next); in rc_freesect()
266 rc_sect_findkey(struct rcsection *rsp, const char *keyname) in rc_sect_findkey()
279 rc_sect_addkey(struct rcsection *rsp, const char *name, const char *value) in rc_sect_addkey()
299 rc_sect_delkey(struct rcsection *rsp, struct rckey *p)
341 set_value(struct rcfile *rcp, struct rcsection *rsp, struct rckey *rkp, in set_value()
386 struct rcsection *rsp = NULL; in rc_parse()
499 struct rcsection *rsp; in rc_getstringptr()
547 struct rcsection *rsp; in rc_getint()
583 struct rcsection *rsp; in rc_getbool()
630 struct rcsection *rsp = NULL; in dump_props()