str_to_rl
str_to_rl(db_info->type, argv[0], &rl);
str_to_rl(&int_ctype, value, &rl);
str_to_rl(&int_ctype, argv[0], &db_size_rl);
str_to_rl(&int_ctype, argv[0], &tmp);
str_to_rl(type, (char *)value, &rl);
str_to_rl(type, value, &rl);
str_to_rl(type, value, &rl);
void str_to_rl(struct symbol *type, char *value, struct range_list **rl);
str_to_rl(type, value, &rl);
str_to_rl(db_info->type, argv[0], &tmp);
str_to_rl(&int_ctype, value, &rl);
str_to_rl(type, db_vals, &tmp);