Searched refs:high_ (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/readline/readline/examples/
H A Dreadlinebuf.h62 int high_; member in class:readlinebuf
66 virtual int_type showmanyc() const { return high_ - low_; }
69 int rd = n > (high_ - low_)? (high_ - low_) : n;
74 low_ = high_ = 0;
78 high_ = strlen( line_ );
79 if ( history_ && high_ ) add_history( line_ );
88 if ( high_ == low_ ) {
89 low_ = high_ = 0;
93 high_
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/examples/
H A Dreadlinebuf.h62 int high_; member in class:readlinebuf
66 virtual int_type showmanyc() const { return high_ - low_; }
69 int rd = n > (high_ - low_)? (high_ - low_) : n;
74 low_ = high_ = 0;
78 high_ = strlen( line_ );
79 if ( history_ && high_ ) add_history( line_ );
88 if ( high_ == low_ ) {
89 low_ = high_ = 0;
93 high_
[all...]

Completed in 144 milliseconds