Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/bgpctl/
H A Doutput.c1123 static int not_first; in show_rtr()
1125 if (not_first) in show_rtr()
1127 not_first = 1; in show_rtr()
1117 static int not_first; show_rtr() local
/openbsd-src/gnu/gcc/gcc/
H A Dhaifa-sched.c4611 int not_first = 0, not_last; in check_cfg() local
4623 if (not_first) in check_cfg()
4630 && (!not_first in check_cfg()
4631 || (not_first && !LABEL_P (PREV_INSN (head)))))) in check_cfg()
4688 not_first = 1; in check_cfg()
/openbsd-src/gnu/usr.bin/perl/lib/B/
H A DDeparse.pm4693 my $not_first;
4695 if ($not_first) {
4701 $not_first = 1;
4738 my $not_first;
4740 push @all, $self->deparse(shift(@kids), 18) if $not_first;
4741 $not_first = 1;
/openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/
H A Darm.c6399 int not_first = FALSE; local
6408 if (not_first)
6412 not_first = TRUE;
/openbsd-src/gnu/gcc/gcc/config/arm/
H A Darm.c8404 bool not_first = FALSE; in print_multi_reg() local
8413 if (not_first) in print_multi_reg()
8417 not_first = TRUE; in print_multi_reg()