HomeSort by: relevance | last modified time | path
    Searched defs:lookup_variable (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/gmake/dist/
variable.c 344 lookup_variable (const char *name, unsigned int length)
738 struct variable *mshp = lookup_variable ("MAKESHELL", 9);
739 struct variable *comp = lookup_variable ("COMSPEC", 7);
748 struct variable *shp = lookup_variable (shell_str, shlen);
758 struct variable *shell = lookup_variable (shell_str, shlen);
759 struct variable *replace = lookup_variable ("MAKESHELL", 9);
783 replace = lookup_variable ("COMSPEC", 7);
787 replace = lookup_variable ("OS2_SHELL", 9);
1031 v = lookup_variable (varname, strlen (varname));
1059 v = lookup_variable (varname, strlen (varname))
340 lookup_variable (const char *name, unsigned int length) function
    [all...]

Completed in 17 milliseconds