HomeSort by relevance Sort by last modified time
    Searched full:shell_str (Results 1 - 1 of 1) sorted by null

  /ndk/sources/host-tools/make-3.81/
variable.c 736 static char shell_str[] = "SHELL";
737 const int shlen = sizeof (shell_str) - 1;
743 (void) define_variable (shell_str, shlen,
748 struct variable *shp = lookup_variable (shell_str, shlen);
751 (void) define_variable (shell_str, shlen, comp->value, o_env, 0);
756 static char shell_str[] = "SHELL";
757 const int shlen = sizeof (shell_str) - 1;
758 struct variable *shell = lookup_variable (shell_str, shlen);
794 (void) define_variable (shell_str, shlen, replace->value,
798 (void) define_variable (shell_str, shlen, default_shell
727 static char shell_str[] = "SHELL"; local
747 static char shell_str[] = "SHELL"; local
    [all...]

Completed in 78 milliseconds