Lines Matching defs:expanded
332 char c, *expanded;
339 expanded = checked_strdup(string);
362 ret = asprintf(&expanded, "%.*s%s%s",
367 //log_debugx("\"%s\" expanded with key \"%s\" to \"%s\"",
368 // string, key, expanded);
373 string = expanded;
381 return expanded;
419 struct node *child, *expanded;
424 expanded = node_duplicate(n, NULL);
425 expanded->n_key = checked_strdup(key);
426 node_move_after(expanded, n);