Searched refs:termio_prevhist (Results 1 – 1 of 1) sorted by relevance
302 static const char *termio_prevhist(termio_data_t *, int);1622 td->tio_keymap[CTRL('p')] = termio_prevhist; in mdb_termio_create()1629 td->tio_keymap[KPAD('A')] = termio_prevhist; in mdb_termio_create()1962 termio_prevhist(termio_data_t *td, int c) in termio_prevhist() function