ReactOS 0.4.16-dev-311-g9382aa2
|
#include "syshdrs.h"
#include "ls.h"
#include "bookmark.h"
#include "shell.h"
#include "cmds.h"
#include "main.h"
#include "getopt.h"
#include "progress.h"
#include "pref.h"
#include "readln.h"
#include "trace.h"
#include "log.h"
#include "spool.h"
#include "util.h"
Go to the source code of this file.
Macros | |
#define | DisposeWinsock(a) |
Functions | |
static void | Usage (void) |
static void | DumpFirewallPrefsTemplate (void) |
void | InitConnectionInfo (void) |
void | CloseHost (void) |
static void | SetStartupURL (const char *const urlgiven) |
static void | OpenURL (void) |
static void | PreInit (void) |
static void | PostInit (void) |
static void | Plug (void) |
static void | PostShell (void) |
int | main (int argc, const char **const argv) |
Definition at line 153 of file main.c.
Referenced by CloseCmd(), CommandShell(), OpenCmd(), and PostShell().
Definition at line 109 of file main.c.
Definition at line 390 of file main.c.
Definition at line 233 of file main.c.
Referenced by main().
Definition at line 358 of file main.c.
Referenced by PostShell().
Definition at line 325 of file main.c.
Referenced by CTestSpy::Check(), and main().
Definition at line 374 of file main.c.
Referenced by main().
Definition at line 267 of file main.c.
Referenced by CTestSpy::Check(), and main().
Definition at line 172 of file main.c.
Referenced by main().
Definition at line 67 of file main.c.
|
extern |
Definition at line 56 of file pref.c.
Referenced by InitConnectionInfo(), InitPrefs(), and SetAutoAscii().
|
extern |
Definition at line 24 of file bookmark.c.
Referenced by OpenURL(), and SetStartupURL().
FTPConnectionInfo gConn |
Definition at line 37 of file main.c.
Referenced by BGStartCmd(), CatCmd(), ChdirCmd(), ChmodCmd(), CloseCmd(), CloseHost(), CommandShell(), CurrentURL(), DeleteCmd(), DoCommand(), DoOpen(), EchoCmd(), FillBookmarkInfo(), GetCmd(), InitConnectionInfo(), InitPrefs(), LocalRmCmd(), LocalRmdirCmd(), Ls(), main(), MakePrompt(), MkdirCmd(), MlsCmd(), NcFTPConfirmResumeDownloadProc(), NcFTPConfirmResumeUploadProc(), OpenCmd(), OpenURL(), PageCmd(), PostInit(), PostInitPrefs(), PromptForBookmarkName(), PutCmd(), PwdCmd(), QuoteCmd(), RenameCmd(), RGlobCmd(), RmdirCmd(), RmtHelpCmd(), SetAutoAscii(), SetConnTimeout(), SetCtrlTimeout(), SetPassive(), SetSOBufsize(), SetStartupURL(), SetXferTimeout(), SiteCmd(), SpoolGetCmd(), SpoolPutCmd(), SymlinkCmd(), TypeCmd(), UmaskCmd(), UseTrace(), and XferCanceller().
|
extern |
Definition at line 24 of file pref.c.
Referenced by InitConnectionInfo(), InitPrefs(), and SetConnTimeout().
|
extern |
Definition at line 17 of file version.c.
Referenced by PostInit().
int gCtrlTimeout |
Definition at line 59 of file main.c.
Referenced by InitConnectionInfo().
|
extern |
Definition at line 26 of file preffw.c.
Referenced by InitConnectionInfo().
|
extern |
Definition at line 32 of file ls.c.
Referenced by InitConnectionInfo(), SetDebug(), and Trace().
|
extern |
Definition at line 21 of file preffw.c.
Referenced by LoadFirewallPrefs(), PostInit(), ProcessFirewallPrefFile(), and SetStartupURL().
|
extern |
Definition at line 18 of file preffw.c.
Referenced by LoadFirewallPrefs(), PostInit(), ProcessFirewallPrefFile(), and SetStartupURL().
|
extern |
Definition at line 20 of file preffw.c.
Referenced by LoadFirewallPrefs(), PostInit(), ProcessFirewallPrefFile(), and SetStartupURL().
Definition at line 22 of file preffw.c.
Referenced by LoadFirewallPrefs(), PostInit(), ProcessFirewallPrefFile(), and SetStartupURL().
|
extern |
Definition at line 17 of file preffw.c.
Referenced by LoadFirewallPrefs(), PostInit(), ProcessFirewallPrefFile(), and SetStartupURL().
|
extern |
Definition at line 19 of file preffw.c.
Referenced by LoadFirewallPrefs(), PostInit(), ProcessFirewallPrefFile(), and SetStartupURL().
|
extern |
int gIsTTYr |
Definition at line 33 of file main.c.
Referenced by PreInit(), and Readline().
FTPLibraryInfo gLib |
Definition at line 36 of file main.c.
Referenced by DoOpen(), InitConnectionInfo(), LoadFirewallPrefs(), OpenTrace(), PostInit(), PostInitPrefs(), PreInit(), SetAnonPass(), SpoolX(), and WriteDefaultFirewallPrefs().
|
extern |
Definition at line 25 of file bookmark.c.
Referenced by SetStartupURL().
char gLocalCWD[512] |
Definition at line 43 of file main.c.
Referenced by DoOpen(), LocalChdirCmd(), LocalPwdCmd(), and PostInit().
|
extern |
Definition at line 14 of file preffw.c.
Referenced by Plug(), and PostInit().
|
extern |
Definition at line 14 of file getopt.c.
Referenced by Getopt(), GetoptReset(), and main().
char gPrevLocalCWD[512] |
Definition at line 43 of file main.c.
Referenced by PostInit().
char gPrevRemoteCWD[512] |
Definition at line 47 of file main.c.
Referenced by InitConnectionInfo().
|
extern |
Referenced by InitPrefs().
int gRedialDelay |
Definition at line 60 of file main.c.
Referenced by InitConnectionInfo().
int gScreenColumns |
Definition at line 34 of file main.c.
Referenced by GetScreenColumns(), InitReadline(), LsC(), and PrPhilBar().
|
extern |
Definition at line 50 of file pref.c.
Referenced by InitConnectionInfo(), InitPrefs(), and SetSOBufsize().
LineList gStartupURLCdList |
Definition at line 38 of file main.c.
Referenced by OpenURL(), PreInit(), and SetStartupURL().
int gTransferType |
Definition at line 40 of file main.c.
Referenced by InitConnectionInfo().
int gTransferTypeInitialized = 0 |
Definition at line 39 of file main.c.
Referenced by InitConnectionInfo().
|
extern |
Definition at line 19 of file spool.c.
Referenced by InitConnectionInfo(), RunBatchIfNeeded(), and SpoolX().
int gURLMode = 0 |
Definition at line 41 of file main.c.
Referenced by OpenURL(), and SetStartupURL().
char gVersion[] |
Definition at line 57 of file main.c.
Referenced by main(), PrintUsage(), and Usage().
int gXferTimeout |
Definition at line 59 of file main.c.
Referenced by InitConnectionInfo().