#include <chared.h>
Public Attributes | |
int | fAction |
size_t | fISize |
size_t | fDSize |
char * | fPtr |
char * | fBuf |
Definition at line 81 of file chared.h.
int CUndo_t::fAction |
Definition at line 82 of file chared.h.
Referenced by ch_init(), ch_reset(), cv_delfini(), cv_undo(), ed_next_history(), ed_prev_history(), ed_search_next_history(), ed_search_prev_history(), and em_undo().
Definition at line 83 of file chared.h.
Referenced by ch_init(), ch_reset(), cv_undo(), ed_digit(), ed_insert(), and em_undo().
Definition at line 84 of file chared.h.
Referenced by ch_init(), ch_reset(), cv_delfini(), cv_undo(), and em_undo().
char* CUndo_t::fPtr |
Definition at line 85 of file chared.h.
Referenced by ch_enlargebufs(), ch_init(), ch_reset(), cv_delfini(), cv_undo(), and em_undo().
char* CUndo_t::fBuf |
Definition at line 86 of file chared.h.
Referenced by ch_end(), ch_enlargebufs(), ch_init(), cv_undo(), ed_digit(), ed_insert(), and em_undo().