Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.c1074 uint_t ncont = 0; /* # of callbacks that requested cont */ in tgt_continue() local
1258 ncont += (t->t_flags & T_CONT_BITS) != 0; in tgt_continue()
1280 if (t->t_matched != T_SE_END && ncont == n) in tgt_continue()