Searched defs:lastidx (Results 1 - 2 of 2) sorted by relevance

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

Completed in 46 milliseconds