Lines Matching refs:remote_path
1973 complete_match(EditLine *el, struct sftp_conn *conn, char *remote_path, in complete_match() argument
1993 tmp = make_absolute_pwd_glob(tmp, remote_path); in complete_match()
2025 tmp = path_strip(tmp2, isabs ? NULL : remote_path); in complete_match()
2181 char *remote_path; in interactive_loop() local
2209 complete_ctx.remote_pathp = &remote_path; in interactive_loop()
2221 if ((remote_path = sftp_realpath(conn, ".")) == NULL) in interactive_loop()
2223 startdir = xstrdup(remote_path); in interactive_loop()
2227 dir = sftp_make_absolute(dir, remote_path); in interactive_loop()
2234 &remote_path, startdir, 1, 0) != 0) { in interactive_loop()
2237 free(remote_path); in interactive_loop()
2248 &remote_path, startdir, 1, 0); in interactive_loop()
2251 free(remote_path); in interactive_loop()
2309 err = parse_dispatch_command(conn, cmd, &remote_path, in interactive_loop()
2315 free(remote_path); in interactive_loop()