Lines Matching refs:section
50 int cfg_find_cstring(CFGFILE *cfg, const char *target, const char *section,
52 int cfg_get_options(CFGFILE *cfg, int section, const char *basekey,
54 int cfg_put_options(CFGFILE *cfg, int section, const char *basekey,
59 int cfg_get_num_entries(CFGFILE *cfg, char *section);
64 int cfg_get_section(CFGFILE *cfg, char ***buf, const char *section);
66 void cfg_rewind(CFGFILE *cfg, int section);
83 #define CFG_SEC_CONF 0 /* configuration section */
84 #define CFG_SEC_PERS 1 /* persistent section */
87 int cfg_update_parser_config(CFGFILE *, const char *key, int section);
91 #define CFG_PARSE_CONF 0 /* config section key */
92 #define CFG_PARSE_PERS 1 /* persistent section key */
167 int cfg_load_dsvols(CFGFILE *); /* load dsvol: section */
168 void cfg_unload_dsvols(); /* unload dsvol: section */
169 int cfg_load_svols(CFGFILE *); /* load sv: section */
170 void cfg_unload_svols(); /* unload sv: section */