Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dvariable.c728 const int shlen = sizeof (shell_str) - 1; in define_automatic_variables() local
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()
748 const int shlen = sizeof (shell_str) - 1; in define_automatic_variables() local
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()