Searched refs:shell_str (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | variable.c | 727 static char shell_str[] = "SHELL"; in define_automatic_variables() local 728 const int shlen = sizeof (shell_str) - 1; in define_automatic_variables() 734 (void) define_variable (shell_str, shlen, in define_automatic_variables() 739 struct variable *shp = lookup_variable (shell_str, shlen); in define_automatic_variables() 742 (void) define_variable (shell_str, shlen, comp->value, o_env, 0); in define_automatic_variables() 747 static char shell_str[] = "SHELL"; in define_automatic_variables() local 748 const int shlen = sizeof (shell_str) - 1; in define_automatic_variables() 749 struct variable *shell = lookup_variable (shell_str, shlen); in define_automatic_variables() 785 (void) define_variable (shell_str, shlen, replace->value, in define_automatic_variables() 789 (void) define_variable (shell_str, shlen, default_shell, in define_automatic_variables()
|