Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.sbin/sendmail/contrib/
Dqtool.pl554 my $last_type;
560 if ($line_type eq "\t" && $last_type eq 'H')
570 $last_type = $line_type;
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dieee.c676 static char last_type; /* Is the index for an X or a D. */ variable
690 if (new_index != last_index || this_type != last_type) in get_symbol()
707 last_type = this_type; in get_symbol()