Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dserial.c300 struct serial *tmp_scb; in do_serial_close() local
327 for (tmp_scb = scb_base; tmp_scb; tmp_scb = tmp_scb->next) in do_serial_close()
329 if (tmp_scb->next != scb) in do_serial_close()
332 tmp_scb->next = tmp_scb->next->next; in do_serial_close()