Displaying 5 results from an estimated 5 matches for "compl_non".
Did you mean:
compl_none
1999 Apr 08
0
Keep-timestamp-in-`get'-patch for smbclient in samba-2.0.3
...**************************************************************
set the newer than time
****************************************************************************/
static void cmd_newer(void)
@@ -1442,6 +1520,8 @@
{"rmdir",cmd_rmdir,"<directory> remove a directory",{COMPL_NONE,COMPL_NONE}},
{"rd",cmd_rmdir,"<directory> remove a directory",{COMPL_NONE,COMPL_NONE}},
{"prompt",cmd_prompt,"toggle prompting for filenames for mget and mput",{COMPL_NONE,COMPL_NONE}},
+ /* s.n. Thu Apr 8 03:56:26 1999 */
+ {"timestam...
2001 Apr 07
1
samba on NetBSD - some patches
...->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,"display...
2003 Dec 01
0
No subject
...ush(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,"get file res...
1999 Jul 01
1
SAMBA digest 2150
...> > DEBUG(0, ("%d: %s\n", i, hlist[i]->line));
> > }
> > }
> > # endif
> > #endif
> 1628a1649,1651
> > #ifdef HAVE_LIBREADLINE
> > {"history",cmd_history,"displays the command
> history",{COMPL_NONE,COMPL_NONE}},
> > #endif
> 1765a1789,1796
> > #ifdef HAVE_LIBREADLINE
> > /* Minimal readline support, 29Jun1999, S.Xenitellis@rhbnc.ac.uk */
> > const int PromptSize = 2048;
> > char prompt[PromptSize]; /* This holds the buffer "smb:
> \...
2003 Dec 01
0
No subject
...utchar('\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,"get file res...