Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

s_rline_t Struct Reference

#include <readline.h>


Data Fields

int rl_cnt
int rl_mem
int rl_len
u_char * rl_bufptr
u_char rl_buf [MAXLINE]


Detailed Description

This structure contains the necessary information about the read data

Definition at line 25 of file readline.h.


Field Documentation

u_char s_rline_t::rl_buf[MAXLINE]
 

The buffer; in this buffer will be saved read data.

Definition at line 30 of file readline.h.

u_char* s_rline_t::rl_bufptr
 

The pointer to the position in rl_buf.

Definition at line 29 of file readline.h.

int s_rline_t::rl_cnt
 

The number of characters read into rl_buf

Definition at line 26 of file readline.h.

int s_rline_t::rl_len
 

The length of the string returned by readline(). Set in every call of readline()

Definition at line 28 of file readline.h.

int s_rline_t::rl_mem
 

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.


The documentation for this struct was generated from the following file:
Generated on Sun Apr 25 16:37:40 2004 for Classic Forum by doxygen 1.3.5