Lines Matching refs:start_path
5600 char *start_path; /* The pointer to the start of the pathname in */ in KT_KEY_FN() local
5618 start_path = _pu_start_of_path(gl->line, gl->buff_curpos); in KT_KEY_FN()
5619 if(!start_path) in KT_KEY_FN()
5624 pathlen = gl->buff_curpos - (start_path - gl->line); in KT_KEY_FN()
5628 result = ef_expand_file(gl->ef, start_path, pathlen); in KT_KEY_FN()
5688 for(i=0,j=start_path - gl->line; i<result->nfile; i++) { in KT_KEY_FN()
5705 if(gl_place_cursor(gl, start_path - gl->line) || in KT_KEY_FN()
5707 gl_print_string(gl, start_path, start_path[length])) in KT_KEY_FN()
5712 return gl_place_cursor(gl, (start_path - gl->line) + length); in KT_KEY_FN()
5724 char *start_path; /* The pointer to the start of the pathname in */ in KT_KEY_FN() local
5731 start_path = _pu_start_of_path(gl->line, gl->buff_curpos); in KT_KEY_FN()
5732 if(!start_path) in KT_KEY_FN()
5737 pathlen = gl->buff_curpos - (start_path - gl->line); in KT_KEY_FN()
5741 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()