Lines Matching defs:res
254 char *res;
270 res = expand_string_with_args(v->value, argc, argv);
272 res = xstrdup(v->value);
276 return res;
348 char *tmp, *name, *res, *endptr, *prev, *p;
364 res = xstrdup(argv[n - 1]);
417 res = variable_expand(name, new_argc, new_argv);
418 if (res)
422 res = function_expand(name, new_argc, new_argv);
423 if (res)
428 res = env_expand(name);
429 if (res)
433 res = xstrdup("");
441 return res;