Searched refs:start_path (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dpcache.c1221 const char *start_path; /* The pointer to the start of the pathname */ local
1223 int word_start; /* The index in line[] corresponding to start_path */
1260 start_path = _pu_start_of_path(line, word_end);
1261 if(!start_path) {
1266 start_path = line + ppc->file_start;
1271 word_start = start_path - line;
1281 if(cpa_cmd_contains_path(start_path, prefix_len)) {
1308 prefix = pca_prepare_prefix(pc, start_path, prefix_len, ppc->escaped);
1392 prefix = pca_prepare_prefix(pc, start_path, prefix_len, ppc->escaped);
1420 prefix = pca_prepare_prefix(pc, start_path, prefix_le
[all...]
H A Dcplmatch.c728 const char *start_path; /* The pointer to the start of the pathname */
776 start_path = _pu_start_of_path(line, word_end);
777 if(!start_path) {
783 start_path = line + conf->file_start;
788 if(_cf_complete_file(cpl, cpl->cf, line, start_path - line, word_end,
H A Dgetline.c5601 char *start_path; /* The pointer to the start of the pathname in */ local
5619 start_path = _pu_start_of_path(gl->line, gl->buff_curpos);
5620 if(!start_path)
5625 pathlen = gl->buff_curpos - (start_path - gl->line);
5629 result = ef_expand_file(gl->ef, start_path, pathlen);
5689 for(i=0,j=start_path - gl->line; i<result->nfile; i++) {
5706 if(gl_place_cursor(gl, start_path - gl->line) ||
5708 gl_print_string(gl, start_path, start_path[length]))
5713 return gl_place_cursor(gl, (start_path
5725 char *start_path; /* The pointer to the start of the pathname in */ local
6578 char *start_path; /* The pointer to the start of the pathname in */ local
[all...]

Completed in 87 milliseconds