Searched refs:tmp_scb (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dserial.c282 struct serial *tmp_scb;
319 for (tmp_scb = scb_base; tmp_scb; tmp_scb = tmp_scb->next)
321 if (tmp_scb->next != scb)
324 tmp_scb->next = tmp_scb->next->next;
280 struct serial *tmp_scb; local

Completed in 125 milliseconds