Searched refs:shlen (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/
H A Dvariable.c737 const int shlen = sizeof (shell_str) - 1;
743 (void) define_variable (shell_str, shlen,
748 struct variable *shp = lookup_variable (shell_str, shlen); local
751 (void) define_variable (shell_str, shlen, comp->value, o_env, 0);
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,
728 const int shlen = sizeof (shell_str) - 1; local

Completed in 91 milliseconds