Searched defs:termio_nexthist (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c300 static const char *termio_nexthist(termio_data_t *, int);
1532 td->tio_keymap[CTRL('n')] = termio_nexthist;
1539 td->tio_keymap[KPAD('B')] = termio_nexthist;
1880 termio_nexthist(termio_data_t *td, int c) function

Completed in 49 milliseconds