Displaying 3 results from an estimated 3 matches for "compl_remot".
Did you mean:
compl_remote
2003 Dec 01
0
No subject
...(void) fflush(stdout);
+ }
+
if (!cli_close(cli, fnum)) {
DEBUG(0,("%s closing remote file %s\n",cli_errstr(cli),rname));
fclose(f);
@@ -1658,6 +1897,9 @@
{"cd",cmd_cd,"[directory] change/report the remote directory",{COMPL_REMOTE,COMPL_NONE}},
{"pwd",cmd_pwd,"show current remote directory (same as 'cd' with no args)",{COMPL_NONE,COMPL_NONE}},
{"get",cmd_get,"<remote name> [local name] get a file",{COMPL_REMOTE,COMPL_LOCAL}},
+ {"reget",cmd_reget,"g...
2001 Apr 07
1
samba on NetBSD - some patches
..., i, hlist[i]->line));
+ for (i = 1; i <= history_length; i++) /* then display it */
+ DEBUG(0, ("%d: %s\n", i, history_get(i)->line));
}
}
# endif
@@ -1675,7 +1672,7 @@
{"setmode",cmd_setmode,"filename <setmode string> change modes of file",{COMPL_REMOTE,COMPL_NONE}},
{"help",cmd_help,"[command] give help on a command",{COMPL_NONE,COMPL_NONE}},
{"?",cmd_help,"[command] give help on a command",{COMPL_NONE,COMPL_NONE}},
-#ifdef HAVE_LIBREADLINE
+#ifdef HAVE_READLINE
{"history",cmd_history,&q...
2003 Dec 01
0
No subject
...(void) putchar('\n');
+ (void) fflush(stdout);
+ }
+
if (!cli_close(cli, fnum)) {
DEBUG(0,("%s closing remote file %s\n",cli_errstr(cli),rname));
fclose(f);
@@ -1658,6 +1897,9 @@
{"cd",cmd_cd,"[directory] change/report the remote directory",{COMPL_REMOTE,COMPL_NONE}},
{"pwd",cmd_pwd,"show current remote directory (same as 'cd' with no args)",{COMPL_NONE,COMPL_NONE}},
{"get",cmd_get,"<remote name> [local name] get a file",{COMPL_REMOTE,COMPL_LOCAL}},
+ {"reget",cmd_reget,"g...