Searched refs:cfg_strlist_append_ex (Results 1 – 3 of 3) sorted by relevance
962 int cfg_strlist_append_ex(struct config_strlist** head, char* item);
3314 if(!cfg_strlist_append_ex(&cfg_parser->cfg->python_script, $2))3329 if(!cfg_strlist_append_ex(&cfg_parser->cfg->dynlib_file, $2))
1867 cfg_strlist_append_ex(struct config_strlist** head, char* item) in cfg_strlist_append_ex() function