HomeSort by: relevance | last modified time | path
    Searched defs:shv (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/gmake/dist/
main.c 1616 struct variable *shv = lookup_variable (STRING_SIZE_TUPLE ("SHELL"));
1620 if (shv && *shv->value)
1622 char *shell_path = recursively_expand(shv);
1612 struct variable *shv = lookup_variable (STRING_SIZE_TUPLE ("SHELL")); local
main.c 1616 struct variable *shv = lookup_variable (STRING_SIZE_TUPLE ("SHELL"));
1620 if (shv && *shv->value)
1622 char *shell_path = recursively_expand(shv);
1612 struct variable *shv = lookup_variable (STRING_SIZE_TUPLE ("SHELL")); local

Completed in 50 milliseconds