Searched refs:newhistory (Results 1 – 1 of 1) sorted by relevance
58 char **newhistory; in mdb_cmdbuf_allocchunk() local63 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()