Searched refs:rc_getsectionscount (Results 1 – 3 of 3) sorted by relevance
69 int rc_getsectionscount(struct rcfile *, const char *);
333 count = rc_getsectionscount(f, "ctrl"); in create_ctrls()395 count = rc_getsectionscount(f, "chip"); in create_chips()
401 int rc_getsectionscount(struct rcfile *f, const char *sectname) in rc_getsectionscount() function