Lines Matching defs:rcp
68 struct rcfile *rcp; in rc_open() local
96 struct rcfile *rcp = *rcfile; in rc_merge() local
114 rc_close(struct rcfile *rcp) in rc_close()
142 rc_findsect(struct rcfile *rcp, const char *sectname) in rc_findsect()
153 rc_addsect(struct rcfile *rcp, const char *sectname) in rc_addsect()
176 rc_freesect(struct rcfile *rcp, struct rcsection *rsp) in rc_freesect()
242 rc_parse(struct rcfile *rcp) in rc_parse()
330 rc_getstringptr(struct rcfile *rcp, const char *section, const char *key, in rc_getstringptr()
346 rc_getstring(struct rcfile *rcp, const char *section, const char *key, in rc_getstring()
364 rc_getint(struct rcfile *rcp, const char *section, const char *key, int *value) in rc_getint()
389 rc_getbool(struct rcfile *rcp, const char *section, const char *key, int *value) in rc_getbool()
417 opt_args_parse(struct rcfile *rcp, struct opt_args *ap, const char *sect, in opt_args_parse()