Lines Matching refs:word_end
93 int word_start, int word_end, int escaped);
96 const char *line, int word_start, int word_end,
115 int word_end; /* The index in line[] following the end of the prefix */ member
235 const char *line, int word_start, int word_end, in _cf_complete_file() argument
244 if(!cpl || !cf || !line || word_end < word_start) { in _cf_complete_file()
258 nleft = word_end - word_start; in _cf_complete_file()
305 word_end, escaped); in _cf_complete_file()
438 if(cpl_add_completion(cpl, line, lptr-line, word_end, FS_DIR_SEP, in _cf_complete_file()
450 return cf_complete_entry(cf, cpl, line, word_start, word_end, escaped, in _cf_complete_file()
523 int word_start, int word_end, int escaped) in cf_complete_username() argument
535 args.word_end = word_end; in cf_complete_username()
572 if(cpl_add_completion(cpl, args->line, args->word_start, args->word_end, in HOME_DIR_FN()
606 const char *line, int word_start, int word_end, in cf_complete_entry() argument
735 if(cpl_add_completion(cpl, line, word_start, word_end, cf->buff->name, in cf_complete_entry()