Searched refs:tmpenv (Results 1 – 2 of 2) sorted by relevance
1617 char *tmpenv; in init_history() local1619 tmpenv = getenv ("HISTSIZE"); in init_history()1620 if (tmpenv) in init_history()1621 history_size = atoi (tmpenv); in init_history()1627 tmpenv = getenv ("GDBHISTFILE"); in init_history()1628 if (tmpenv) in init_history()1629 history_filename = savestring (tmpenv, strlen (tmpenv)); in init_history()
149 my ($tmpdir, %tmpenv);153 @tmpenv{@_[2..$#_]} = @ENV{@_[2..$#_]};161 return if grep $ENV{$_} ne $tmpenv{$_}, @_;