#include <readline.h>
Data Fields | |
| int | rl_cnt |
| int | rl_mem |
| int | rl_len |
| u_char * | rl_bufptr |
| u_char | rl_buf [MAXLINE] |
Definition at line 25 of file readline.h.
|
|
The buffer; in this buffer will be saved read data. Definition at line 30 of file readline.h. |
|
|
The pointer to the position in rl_buf. Definition at line 29 of file readline.h. |
|
|
The number of characters read into rl_buf Definition at line 26 of file readline.h. |
|
|
The length of the string returned by readline(). Set in every call of readline() Definition at line 28 of file readline.h. |
|
|
The number of bytes reserved for the return value of readline(). Set in every call of readline() Definition at line 27 of file readline.h. |
1.3.5