Lines Matching refs:word_end
95 int word_start, int word_end, int escaped);
98 const char *line, int word_start, int word_end,
117 int word_end; /* The index in line[] following the end of the prefix */ member
237 const char *line, int word_start, int word_end, in _cf_complete_file() argument
246 if(!cpl || !cf || !line || word_end < word_start) { in _cf_complete_file()
260 nleft = word_end - word_start; in _cf_complete_file()
307 word_end, escaped); in _cf_complete_file()
440 if(cpl_add_completion(cpl, line, lptr-line, word_end, FS_DIR_SEP, in _cf_complete_file()
452 return cf_complete_entry(cf, cpl, line, word_start, word_end, escaped, in _cf_complete_file()
525 int word_start, int word_end, int escaped) in cf_complete_username() argument
537 args.word_end = word_end; in cf_complete_username()
574 if(cpl_add_completion(cpl, args->line, args->word_start, args->word_end, in HOME_DIR_FN()
608 const char *line, int word_start, int word_end, in cf_complete_entry() argument
737 if(cpl_add_completion(cpl, line, word_start, word_end, cf->buff->name, in cf_complete_entry()