Searched refs:newfrom (Results 1 – 2 of 2) sorted by relevance
142 static unsigned char *newfrom; in convert_floatformat_to_doublest() local149 if (newfrom == NULL) in convert_floatformat_to_doublest()151 newfrom = (unsigned char *) xmalloc (fmt->totalsize); in convert_floatformat_to_doublest()153 swapout = newfrom; in convert_floatformat_to_doublest()155 ufrom = newfrom; in convert_floatformat_to_doublest()
5938 my @newfrom = ();5942 push @newfrom, $c unless $from{$c};5944 @from = @newfrom;