Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmdbuf.c58 char **newhistory; in mdb_cmdbuf_allocchunk() local
63 newhistory = mdb_alloc(newhalloc * sizeof (char *), UM_SLEEP); in mdb_cmdbuf_allocchunk()
64 bcopy(cmd->cmd_history, newhistory, cmd->cmd_halloc * sizeof (char *)); in mdb_cmdbuf_allocchunk()
67 newhistory[i] = mdb_alloc(CMDBUF_LINELEN, UM_SLEEP); in mdb_cmdbuf_allocchunk()
68 cmd->cmd_history = newhistory; in mdb_cmdbuf_allocchunk()