Searched refs:cfg_strlist_append_ex (Results 1 – 4 of 4) sorted by relevance
1064 int cfg_strlist_append_ex(struct config_strlist** head, char* item);
3698 if(!cfg_strlist_append_ex(&cfg_parser->cfg->python_script, $2))3715 if(!cfg_strlist_append_ex(&cfg_parser->cfg->dynlib_file, $2))
7302 if(!cfg_strlist_append_ex(&cfg_parser->cfg->python_script, (yyvsp[0].str))) in yyparse()7321 if(!cfg_strlist_append_ex(&cfg_parser->cfg->dynlib_file, (yyvsp[0].str))) in yyparse()
2069 cfg_strlist_append_ex(struct config_strlist** head, char* item) in cfg_strlist_append_ex() function