Lines Matching full:remote_path
1691 complete_match(EditLine *el, struct sftp_conn *conn, char *remote_path,
1707 tmp = make_absolute(tmp, remote_path);
1739 tmp = path_strip(tmp2, remote_path);
1864 char *remote_path;
1893 complete_ctx.remote_pathp = &remote_path;
1899 remote_path = do_realpath(conn, ".");
1900 if (remote_path == NULL)
1905 dir = make_absolute(dir, remote_path);
1911 &remote_path, 1) != 0) {
1913 xfree(remote_path);
1925 &remote_path, 1);
1927 xfree(remote_path);
1989 err = parse_dispatch_command(conn, cmd, &remote_path,
1994 xfree(remote_path);