ReactOS
0.4.15-dev-5649-gd5999c6
|
#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 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.
char gAutoAscii[] |
Definition at line 56 of file pref.c.
Referenced by InitConnectionInfo(), InitPrefs(), and SetAutoAscii().
Bookmark gBm |
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().
int gConnTimeout |
Definition at line 24 of file pref.c.
Referenced by InitConnectionInfo(), InitPrefs(), and SetConnTimeout().
char gCopyright[] |
Definition at line 17 of file version.c.
Referenced by PostInit().
int gCtrlTimeout |
Definition at line 24 of file pref.c.
Referenced by InitConnectionInfo(), InitPrefs(), and SetCtrlTimeout().
int gDataPortMode |
Definition at line 26 of file preffw.c.
Referenced by InitConnectionInfo().
int gDebug |
Definition at line 19 of file trace.c.
Referenced by InitConnectionInfo(), SetDebug(), and Trace().
int gDoNotDisplayAds |
Definition at line 64 of file pref.c.
Referenced by InitPrefs(), Plug(), and SetNoAds().
char gFirewallExceptionList[] |
Definition at line 21 of file preffw.c.
Referenced by LoadFirewallPrefs(), PostInit(), ProcessFirewallPrefFile(), and SetStartupURL().
char gFirewallHost[64] |
Definition at line 18 of file preffw.c.
Referenced by LoadFirewallPrefs(), PostInit(), ProcessFirewallPrefFile(), and SetStartupURL().
char gFirewallPass[32] |
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().
int gFirewallType |
Definition at line 17 of file preffw.c.
Referenced by LoadFirewallPrefs(), PostInit(), ProcessFirewallPrefFile(), and SetStartupURL().
char gFirewallUser[32] |
Definition at line 19 of file preffw.c.
Referenced by LoadFirewallPrefs(), PostInit(), ProcessFirewallPrefFile(), and SetStartupURL().
int gFirstTimeUser |
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().
int gLoadedBm |
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().
int gNumProgramRuns |
Definition at line 14 of file preffw.c.
Referenced by Plug(), and PostInit().
int gOptInd |
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 DoOpen(), LocalChdirCmd(), and PostInit().
char gPrevRemoteCWD[512] |
Definition at line 38 of file cmds.c.
Referenced by ChdirCmd(), and InitConnectionInfo().
FTPProgressMeterProc gProgressMeter |
Referenced by InitPrefs().
int gRedialDelay |
Definition at line 44 of file pref.c.
Referenced by InitConnectionInfo(), InitPrefs(), and SetRedialDelay().
int gScreenColumns |
Definition at line 34 of file main.c.
Referenced by GetScreenColumns(), InitReadline(), LsC(), OpenMsg(), and PrPhilBar().
int gSOBufsize |
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().
int gUnprocessedJobs |
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 22 of file init.c.
Referenced by main(), PrintUsage(), and Usage().
int gXferTimeout |
Definition at line 24 of file pref.c.
Referenced by InitConnectionInfo(), InitPrefs(), and SetXferTimeout().