Lines Matching refs:remote_path
2018 complete_match(EditLine *el, struct sftp_conn *conn, char *remote_path, in complete_match() argument
2038 tmp = make_absolute_pwd_glob(tmp, remote_path); in complete_match()
2070 tmp = path_strip(tmp2, isabs ? NULL : remote_path); in complete_match()
2226 char *remote_path; in interactive_loop() local
2254 complete_ctx.remote_pathp = &remote_path; in interactive_loop()
2266 if ((remote_path = sftp_realpath(conn, ".")) == NULL) in interactive_loop()
2268 startdir = xstrdup(remote_path); in interactive_loop()
2272 dir = sftp_make_absolute(dir, remote_path); in interactive_loop()
2279 &remote_path, startdir, 1, 0) != 0) { in interactive_loop()
2282 free(remote_path); in interactive_loop()
2293 &remote_path, startdir, 1, 0); in interactive_loop()
2296 free(remote_path); in interactive_loop()
2354 err = parse_dispatch_command(conn, cmd, &remote_path, in interactive_loop()
2360 free(remote_path); in interactive_loop()