Searched refs:BcHistory (Results 1 – 3 of 3) sorted by relevance
175 typedef struct BcHistory { struct231 } BcHistory; argument233 BcStatus bc_history_line(BcHistory *h, BcVec *vec, const char *prompt);234 void bc_history_add(BcHistory *h, char *line);236 void bc_history_init(BcHistory *h);237 void bc_history_free(BcHistory *h);249 BcStatus bc_history_printKeyCodes(BcHistory* l);
189 BcHistory history;
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()[all …]