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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmdbuf.c60 char **newhistory; local
65 newhistory = mdb_alloc(newhalloc * sizeof (char *), UM_SLEEP);
66 bcopy(cmd->cmd_history, newhistory, cmd->cmd_halloc * sizeof (char *));
69 newhistory[i] = mdb_alloc(CMDBUF_LINELEN, UM_SLEEP);
70 cmd->cmd_history = newhistory;

Completed in 111 milliseconds