Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmdbuf.h76 extern int mdb_cmdbuf_nexthist(mdb_cmdbuf_t *, int);
H A Dmdb_cmdbuf.c459 mdb_cmdbuf_nexthist(mdb_cmdbuf_t *cmd, int c) in mdb_cmdbuf_nexthist() function
H A Dmdb_termio.c1973 if (mdb_cmdbuf_nexthist(&td->tio_cmdbuf, c) == 0) in termio_nexthist()