Searched refs:BcHistory (Results 1 – 3 of 3) sorted by relevance
106 typedef struct BcHistory struct117 } BcHistory; argument134 typedef struct BcHistory struct142 } BcHistory; argument271 typedef struct BcHistory struct333 } BcHistory; argument369 bc_history_printKeyCodes(BcHistory* h);393 bc_history_line(BcHistory* h, BcVec* vec, const char* prompt);400 bc_history_init(BcHistory* h);407 bc_history_free(BcHistory* h);
661 BcHistory history;
173 bc_history_init(BcHistory* h) in bc_history_init()221 bc_history_free(BcHistory* h) in bc_history_free()229 bc_history_line(BcHistory* h, BcVec* vec, const char* prompt) in bc_history_line()326 bc_history_init(BcHistory* h) in bc_history_init()336 bc_history_free(BcHistory* h) in bc_history_free()342 bc_history_line(BcHistory* h, BcVec* vec, const char* prompt) in bc_history_line()821 bc_history_enableRaw(BcHistory* h) in bc_history_enableRaw()884 bc_history_disableRaw(BcHistory* h) in bc_history_disableRaw()1035 bc_history_refresh(BcHistory* h) in bc_history_refresh()1107 bc_history_edit_insert(BcHistory* h, const char* cbuf, size_t clen) in bc_history_edit_insert()[all …]