Searched refs:script_new_string_list (Results 1 – 3 of 3) sorted by relevance
388 script_new_string_list(const char*, size_t);
687 { $$ = script_new_string_list($1.value, $1.length); }
3199 script_new_string_list(const char* str, size_t len) in script_new_string_list() function3212 return script_new_string_list(str, len); in script_string_list_push_back()