Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/dis/
H A Ddis_target.h58 dis_tgt_t *dis_tgt_next(dis_tgt_t *);
H A Ddis_main.c493 for (current = tgt; current != NULL; current = dis_tgt_next(current)) { in dis_file()
H A Ddis_target.c575 dis_tgt_next(dis_tgt_t *tgt) in dis_tgt_next() function