Lines Matching defs:rcp
67 struct rcfile *rcp; in rc_open() local
95 struct rcfile *rcp = *rcfile; in rc_merge() local
113 rc_close(struct rcfile *rcp) in rc_close()
141 rc_findsect(struct rcfile *rcp, const char *sectname) in rc_findsect()
152 rc_addsect(struct rcfile *rcp, const char *sectname) in rc_addsect()
167 rc_freesect(struct rcfile *rcp, struct rcsection *rsp) in rc_freesect()
233 rc_parse(struct rcfile *rcp) in rc_parse()
321 rc_getstringptr(struct rcfile *rcp, const char *section, const char *key, in rc_getstringptr()
337 rc_getstring(struct rcfile *rcp, const char *section, const char *key, in rc_getstring()
355 rc_getint(struct rcfile *rcp, const char *section, const char *key, int *value) in rc_getint()
380 rc_getbool(struct rcfile *rcp, const char *section, const char *key, int *value) in rc_getbool()
408 opt_args_parse(struct rcfile *rcp, struct opt_args *ap, const char *sect, in opt_args_parse()