|
Paraslash Audio Streaming |
About News Download Documentation Development |
Data Fields | |
char * | buffer |
char * | word |
int | point |
char ** | argv |
int | argc |
int | word_num |
Structure passed as input to the completers.
char* buffer |
The full line.
char* word |
The (partial) word the cursor is in.
Referenced by i9e_complete_option(), i9e_cword_is_option_arg(), and i9e_ll_completer().
int point |
Cursor position.
char** argv |
Vector of words in buffer.
Referenced by i9e_cword_is_option_arg(), and i9e_get_nonopt_argnum().
int argc |
Number of elements(words) in argv.
int word_num |
The cursor is on this word.
Referenced by i9e_cword_is_option_arg(), i9e_get_nonopt_argnum(), and i9e_ll_completer().