| cplfile.c | 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 in struct:__anon3586 214 * word_end int The index of the character in line[] that 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; 307 word_end, escaped); 440 if(cpl_add_completion(cpl, line, lptr-line, word_end, FS_DIR_SEP, 452 return cf_complete_entry(cf, cpl, line, word_start, word_end, escaped [all...] |