Home
last modified time | relevance | path

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

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