HomeSort by relevance Sort by last modified time
    Searched refs:o_env (Results 1 - 4 of 4) sorted by null

  /ndk/sources/host-tools/make-3.81/
variable.c 180 if (env_overrides && origin == o_env)
186 if (env_overrides && v->origin == o_env)
410 return define_variable (vname, length, nvalue, o_env, 1);
414 return define_variable (vname, length, value, o_env, 1);
722 (void) define_variable (MAKELEVEL_NAME, MAKELEVEL_LENGTH, buf, o_env, 0);
751 (void) define_variable (shell_str, shlen, comp->value, o_env, 0);
762 if (replace && *replace->value && replace->origin == o_env)
768 if (shell && *shell->value && (shell->origin == o_env
814 if (*v->value == '\0' || v->origin == o_env || v->origin == o_env_override)
921 && v->origin != o_env && v->origin != o_env_override
    [all...]
variable.h 26 o_env, /* Variable from environment. */ enumerator in enum:variable_origin
main.c     [all...]
function.c 475 case o_env:
    [all...]

Completed in 88 milliseconds