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