Searched refs:termio_nexthist (Results 1 – 1 of 1) sorted by relevance
303 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