Searched refs:rcsection (Results 1 – 2 of 2) sorted by relevance
56 static struct rcsection *rc_findsect(struct rcfile *rcp, const char *sectname);57 static struct rcsection *rc_addsect(struct rcfile *rcp, const char *sectname);58 static int rc_freesect(struct rcfile *rcp, struct rcsection *rsp);59 static struct rckey *rc_sect_findkey(struct rcsection *rsp, const char *keyname);60 static struct rckey *rc_sect_addkey(struct rcsection *rsp, const char *name, const char *value);119 struct rcsection *p, *n; in rc_close()144 static struct rcsection *147 struct rcsection *p; in rc_findsect()155 static struct rcsection *158 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