Lines Matching defs:h
417 static BcStatus bc_history_enableRaw(BcHistory *h) { in bc_history_enableRaw()
456 static void bc_history_disableRaw(BcHistory *h) { in bc_history_disableRaw()
586 static BcStatus bc_history_refresh(BcHistory *h) { in bc_history_refresh()
636 static BcStatus bc_history_edit_insert(BcHistory *h, const char *cbuf, in bc_history_edit_insert()
686 static BcStatus bc_history_edit_left(BcHistory *h) { in bc_history_edit_left()
698 static BcStatus bc_history_edit_right(BcHistory *h) { in bc_history_edit_right()
710 static BcStatus bc_history_edit_wordEnd(BcHistory *h) { in bc_history_edit_wordEnd()
725 static BcStatus bc_history_edit_wordStart(BcHistory *h) { in bc_history_edit_wordStart()
740 static BcStatus bc_history_edit_home(BcHistory *h) { in bc_history_edit_home()
752 static BcStatus bc_history_edit_end(BcHistory *h) { in bc_history_edit_end()
765 static BcStatus bc_history_edit_next(BcHistory *h, bool dir) { in bc_history_edit_next()
802 static BcStatus bc_history_edit_delete(BcHistory *h) { in bc_history_edit_delete()
818 static BcStatus bc_history_edit_backspace(BcHistory *h) { in bc_history_edit_backspace()
839 static BcStatus bc_history_edit_deletePrevWord(BcHistory *h) { in bc_history_edit_deletePrevWord()
857 static BcStatus bc_history_edit_deleteNextWord(BcHistory *h) { in bc_history_edit_deleteNextWord()
871 static BcStatus bc_history_swap(BcHistory *h) { in bc_history_swap()
900 static BcStatus bc_history_escape(BcHistory *h) { in bc_history_escape()
1045 static BcStatus bc_history_reset(BcHistory *h) { in bc_history_reset()
1063 static BcStatus bc_history_printCtrl(BcHistory *h, unsigned int c) { in bc_history_printCtrl()
1095 static BcStatus bc_history_edit(BcHistory *h, const char *prompt) { in bc_history_edit()
1281 static bool bc_history_stdinHasData(BcHistory *h) { in bc_history_stdinHasData()
1291 static BcStatus bc_history_raw(BcHistory *h, const char *prompt) { in bc_history_raw()
1309 BcStatus bc_history_line(BcHistory *h, BcVec *vec, const char *prompt) { in bc_history_line()
1331 void bc_history_add(BcHistory *h, char *line) { in bc_history_add()
1345 void bc_history_init(BcHistory *h) { in bc_history_init()
1363 void bc_history_free(BcHistory *h) { in bc_history_free()
1377 BcStatus bc_history_printKeyCodes(BcHistory *h) { in bc_history_printKeyCodes()