Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/ctf/cvt/
H A Dctf.c749 int lastidx = 0, baseidx = -1; in resurrect_labels() local
757 lastidx = ctl->ctl_typeidx; in resurrect_labels()
759 debug(3, "Resurrected label %s type idx %d\n", label, lastidx); in resurrect_labels()
761 tdata_label_add(td, label, lastidx); in resurrect_labels()
764 baseidx = lastidx; in resurrect_labels()
767 return (lastidx); in resurrect_labels()
771 return (lastidx); in resurrect_labels()
785 return (lastidx); in resurrect_labels()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmdbuf.c176 int lastidx = cmd->cmd_hnew == 0 ? cmd->cmd_halloc - 1 : in mdb_cmdbuf_accept() local
180 cmd->cmd_history[lastidx]) == 0; in mdb_cmdbuf_accept()