Lines Matching refs:rckey
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,
71 static void rc_key_free(struct rckey *p);
250 struct rckey *p, *n; in rc_freesect()
265 static struct rckey *
268 struct rckey *p; in rc_sect_findkey()
278 static struct rckey *
281 struct rckey *p; in rc_sect_addkey()
299 rc_sect_delkey(struct rcsection *rsp, struct rckey *p)
302 SLIST_REMOVE(&rsp->rs_keys, p, rckey, rk_next);
308 rc_key_free(struct rckey *p) in rc_key_free()
341 set_value(struct rcfile *rcp, struct rcsection *rsp, struct rckey *rkp, in set_value()
387 struct rckey *rkp = NULL; in rc_parse()
500 struct rckey *rkp; in rc_getstringptr()
548 struct rckey *rkp; in rc_getint()
584 struct rckey *rkp; in rc_getbool()
631 struct rckey *rkp = NULL; in dump_props()