Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c303 static const char *termio_nexthist(termio_data_t *, int);
1623 td->tio_keymap[CTRL('n')] = termio_nexthist; in mdb_termio_create()
1630 td->tio_keymap[KPAD('B')] = termio_nexthist; in mdb_termio_create()
1971 termio_nexthist(termio_data_t *td, int c) in termio_nexthist() function