Lines Matching refs:remote_path
1846 complete_match(EditLine *el, struct sftp_conn *conn, char *remote_path, in complete_match() argument
1866 tmp = make_absolute(tmp, remote_path); in complete_match()
1898 tmp = path_strip(tmp2, isabs ? NULL : remote_path); in complete_match()
2039 char *remote_path; in interactive_loop() local
2068 complete_ctx.remote_pathp = &remote_path; in interactive_loop()
2081 remote_path = do_realpath(conn, "."); in interactive_loop()
2082 if (remote_path == NULL) in interactive_loop()
2087 dir = make_absolute(dir, remote_path); in interactive_loop()
2094 &remote_path, 1) != 0) { in interactive_loop()
2096 free(remote_path); in interactive_loop()
2107 &remote_path, 1); in interactive_loop()
2109 free(remote_path); in interactive_loop()
2166 err = parse_dispatch_command(conn, cmd, &remote_path, in interactive_loop()
2171 free(remote_path); in interactive_loop()