Lines Matching refs:word_start
95 int word_start, int word_end, int escaped);
98 const char *line, int word_start, int word_end,
116 int word_start; /* The index in line[] of the start of the username */
212 * word_start int The index of the first character in line[]
237 const char *line, int word_start, int word_end,
246 if(!cpl || !cf || !line || word_end < word_start) {
260 nleft = word_end - word_start;
264 lptr = line + word_start;
306 return cf_complete_username(cf, cpl, cf->usrnam, line, word_start+1,
334 word_start = (lptr + seglen) - line + FS_DIR_SEP_LEN;
452 return cf_complete_entry(cf, cpl, line, word_start, word_end, escaped,
513 * word_start int The index within line[] of the start of the
525 int word_start, int word_end, int escaped)
536 args.word_start = word_start;
574 if(cpl_add_completion(cpl, args->line, args->word_start, args->word_end,
591 * word_start int The index within line[] of the start of the
608 const char *line, int word_start, int word_end,
737 if(cpl_add_completion(cpl, line, word_start, word_end, cf->buff->name,