Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dserial.c280 struct serial *tmp_scb; in do_serial_close() local
317 for (tmp_scb = scb_base; tmp_scb; tmp_scb = tmp_scb->next) in do_serial_close()
319 if (tmp_scb->next != scb) in do_serial_close()
322 tmp_scb->next = tmp_scb->next->next; in do_serial_close()