Lines Matching refs:start_path
5601 char *start_path; /* The pointer to the start of the pathname in */ in KT_KEY_FN() local
5619 start_path = _pu_start_of_path(gl->line, gl->buff_curpos); in KT_KEY_FN()
5620 if(!start_path) in KT_KEY_FN()
5625 pathlen = gl->buff_curpos - (start_path - gl->line); in KT_KEY_FN()
5629 result = ef_expand_file(gl->ef, start_path, pathlen); in KT_KEY_FN()
5689 for(i=0,j=start_path - gl->line; i<result->nfile; i++) { in KT_KEY_FN()
5706 if(gl_place_cursor(gl, start_path - gl->line) || in KT_KEY_FN()
5708 gl_print_string(gl, start_path, start_path[length])) in KT_KEY_FN()
5713 return gl_place_cursor(gl, (start_path - gl->line) + length); in KT_KEY_FN()
5725 char *start_path; /* The pointer to the start of the pathname in */ in KT_KEY_FN() local
5732 start_path = _pu_start_of_path(gl->line, gl->buff_curpos); in KT_KEY_FN()
5733 if(!start_path) in KT_KEY_FN()
5738 pathlen = gl->buff_curpos - (start_path - gl->line); in KT_KEY_FN()
5742 result = ef_expand_file(gl->ef, start_path, pathlen); in KT_KEY_FN()
6578 char *start_path; /* The pointer to the start of the pathname in */ in KT_KEY_FN() local
6585 start_path = _pu_start_of_path(gl->line, gl->buff_curpos); in KT_KEY_FN()
6586 if(!start_path) in KT_KEY_FN()
6591 pathlen = gl->buff_curpos - (start_path - gl->line); in KT_KEY_FN()
6595 result = ef_expand_file(gl->ef, start_path, pathlen); in KT_KEY_FN()