Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/fixincludes/
Dgenfixes23 not_done=false
25 not_done=true
28 while $not_done
34 not_done=false
53 not_done=false
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dbfin-lex.l345 int not_done = 1; variable
487 while (not_done)
493 not_done = 0;
Dbfin-lex.c3355 int not_done = 1; in parse_int() local
3497 while (not_done) in parse_int()
3503 not_done = 0; in parse_int()
/netbsd/src/sys/netinet/
Dsctp_pcb.c1767 int not_done=1; in sctp_inpcb_bind() local
1769 while (not_done) { in sctp_inpcb_bind()
1781 not_done = 0; in sctp_inpcb_bind()
1795 not_done = 0; in sctp_inpcb_bind()
1810 not_done = 0; in sctp_inpcb_bind()
Dsctputil.c626 u_long x, not_done; in sctp_select_a_tag() local
630 not_done = 1; in sctp_select_a_tag()
631 while (not_done) { in sctp_select_a_tag()
638 not_done = 0; in sctp_select_a_tag()