HomeSort by: relevance | last modified time | path
    Searched refs:recursively_expand (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/gmake/dist/
variable.h 135 #define recursively_expand(v) recursively_expand_for_file (v, NULL) macro
expand.c 178 value = (v->recursive ? recursively_expand (v) : v->value);
332 ? recursively_expand (v)
main.c 1622 char *shell_path = recursively_expand(shv);

Completed in 20 milliseconds