Home
last modified time | relevance | path

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

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