ReactOS
0.4.15-dev-2361-g32428a3
|
#include "syshdrs.h"
#include "shell.h"
#include "util.h"
#include "ls.h"
#include "bookmark.h"
#include "cmds.h"
#include "main.h"
#include "trace.h"
#include "log.h"
#include "pref.h"
#include "spool.h"
#include "getline.h"
#include "readln.h"
#include "getopt.h"
Go to the source code of this file.
Macros | |
#define | ARGSUSED(x) x = (argc != 0) || (argv != 0) || (cmdp != 0) || (aip != 0) |
Variables | |
char | gStartDir [512] |
char | gRemoteCWD [512] |
char | gPrevRemoteCWD [512] |
char | gScratchCWD [512] |
int | gUnusedArg |
FTPConnectionInfo | gTmpURLConn |
int | gResumeAnswerAll |
FTPLibraryInfo | gLib |
FTPConnectionInfo | gConn |
char | gOurDirectoryPath [] |
Command | gCommands [] |
char | gVersion [] |
size_t | gNumCommands |
int | gDebug |
int | gDoneApplication |
char * | gOptArg |
int | gOptInd |
int | gGotSig |
int | gFirstTimeUser |
unsigned int | gFirewallPort |
int | gFirewallType |
char | gFirewallHost [64] |
char | gFirewallUser [32] |
char | gFirewallPass [32] |
char | gFirewallExceptionList [] |
char | gPager [] |
char | gHome [] |
char | gShell [] |
char | gOS [] |
int | gAutoResume |
int | gRedialDelay |
int | gAutoSaveChangesToExistingBookmarks |
Bookmark | gBm |
int | gLoadedBm |
int | gConfirmClose |
int | gSavePasswords |
int | gScreenColumns |
char | gLocalCWD [512] |
char | gPrevLocalCWD [512] |
char | gOurInstallationPath [] |
int | gMayCancelJmp |
jmp_buf | gCancelJmp |
void BGStartCmd | ( | const int | argc, |
const char **const | argv, | ||
const CommandPtr | cmdp, | ||
const ArgvInfoPtr | aip | ||
) |
Definition at line 3266 of file cmds.c.
void BookmarkCmd | ( | const int | argc, |
const char **const | argv, | ||
const CommandPtr | cmdp, | ||
const ArgvInfoPtr | aip | ||
) |
Definition at line 323 of file cmds.c.
void CatCmd | ( | const int | argc, |
const char **const | argv, | ||
const CommandPtr | cmdp, | ||
const ArgvInfoPtr | aip | ||
) |
Definition at line 356 of file cmds.c.
void ChdirCmd | ( | const int | argc, |
const char **const | argv, | ||
const CommandPtr | cmdp, | ||
const ArgvInfoPtr | aip | ||
) |
Definition at line 558 of file cmds.c.
Definition at line 504 of file cmds.c.
Referenced by ChdirCmd(), and DoOpen().
void ChmodCmd | ( | const int | argc, |
const char **const | argv, | ||
const CommandPtr | cmdp, | ||
const ArgvInfoPtr | aip | ||
) |
Definition at line 612 of file cmds.c.
void CloseCmd | ( | const int | argc, |
const char **const | argv, | ||
const CommandPtr | cmdp, | ||
const ArgvInfoPtr | aip | ||
) |
Definition at line 637 of file cmds.c.
Definition at line 113 of file cmds.c.
Referenced by ListCmd(), LocalListCmd(), PageCmd(), and PrintHosts().
Definition at line 161 of file cmds.c.
Referenced by PwdCmd().
void DebugCmd | ( | const int | argc, |
const char **const | argv, | ||
const CommandPtr | cmdp, | ||
const ArgvInfoPtr | aip | ||
) |
void DeleteCmd | ( | const int | argc, |
const char **const | argv, | ||
const CommandPtr | cmdp, | ||
const ArgvInfoPtr | aip | ||
) |
Definition at line 664 of file cmds.c.
Definition at line 2168 of file cmds.c.
Referenced by MapDefaultKey(), OpenCmd(), and OpenURL().
void EchoCmd | ( | const int | argc, |
const char **const | argv, | ||
const CommandPtr | cmdp, | ||
const ArgvInfoPtr | aip | ||
) |
Definition at line 706 of file cmds.c.
void FillBookmarkInfo | ( | BookmarkPtr | bmp | ) |
Definition at line 194 of file cmds.c.
Referenced by SaveCurrentAsBookmark(), and SaveUnsavedBookmark().
void GetCmd | ( | const int | argc, |
const char **const | argv, | ||
const CommandPtr | cmdp, | ||
const ArgvInfoPtr | aip | ||
) |
Definition at line 916 of file cmds.c.
Definition at line 3165 of file cmds.c.
Referenced by SpoolGetCmd(), and SpoolPutCmd().
void HelpCmd | ( | const int | argc, |
const char **const | argv, | ||
const CommandPtr | cmdp, | ||
const ArgvInfoPtr | aip | ||
) |
Definition at line 1036 of file cmds.c.
void HostsCmd | ( | const int | argc, |
const char **const | argv, | ||
const CommandPtr | cmdp, | ||
const ArgvInfoPtr | aip | ||
) |
Definition at line 1329 of file cmds.c.
void JobsCmd | ( | const int | argc, |
const char **const | argv, | ||
const CommandPtr | cmdp, | ||
const ArgvInfoPtr | aip | ||
) |
void ListCmd | ( | const int | argc, |
const char **const | argv, | ||
const CommandPtr | cmdp, | ||
const ArgvInfoPtr | aip | ||
) |
Definition at line 1371 of file cmds.c.
void LocalChdirCmd | ( | const int | argc, |
const char **const | argv, | ||
const CommandPtr | cmdp, | ||
const ArgvInfoPtr | aip | ||
) |
Definition at line 1514 of file cmds.c.
void LocalChmodCmd | ( | const int | argc, |
const char **const | argv, | ||
const CommandPtr | cmdp, | ||
const ArgvInfoPtr | aip | ||
) |
void LocalListCmd | ( | const int | argc, |
const char **const | argv, | ||
const CommandPtr | cmdp, | ||
const ArgvInfoPtr | aip | ||
) |
Definition at line 1552 of file cmds.c.
void LocalMkdirCmd | ( | const int | argc, |
const char **const | argv, | ||
const CommandPtr | cmdp, | ||
const ArgvInfoPtr | aip | ||
) |
Definition at line 1751 of file cmds.c.
void LocalPageCmd | ( | const int | argc, |
const char **const | argv, | ||
const CommandPtr | cmdp, | ||
const ArgvInfoPtr | aip | ||
) |
void LocalPwdCmd | ( | const int | argc, |
const char **const | argv, | ||
const CommandPtr | cmdp, | ||
const ArgvInfoPtr | aip | ||
) |
void LocalRenameCmd | ( | const int | argc, |
const char **const | argv, | ||
const CommandPtr | cmdp, | ||
const ArgvInfoPtr | aip | ||
) |
void LocalRmCmd | ( | const int | argc, |
const char **const | argv, | ||
const CommandPtr | cmdp, | ||
const ArgvInfoPtr | aip | ||
) |
Definition at line 1802 of file cmds.c.
void LocalRmdirCmd | ( | const int | argc, |
const char **const | argv, | ||
const CommandPtr | cmdp, | ||
const ArgvInfoPtr | aip | ||
) |
Definition at line 1836 of file cmds.c.
void LookupCmd | ( | const int | argc, |
const char **const | argv, | ||
const CommandPtr | cmdp, | ||
const ArgvInfoPtr | aip | ||
) |
Definition at line 1886 of file cmds.c.
void MkdirCmd | ( | const int | argc, |
const char **const | argv, | ||
const CommandPtr | cmdp, | ||
const ArgvInfoPtr | aip | ||
) |
Definition at line 2011 of file cmds.c.
void MlsCmd | ( | const int | argc, |
const char **const | argv, | ||
const CommandPtr | cmdp, | ||
const ArgvInfoPtr | aip | ||
) |
Definition at line 1937 of file cmds.c.
|
static |
Definition at line 371 of file cmds.c.
Referenced by nFTPChdirAndGetCWD().
|
static |
Definition at line 739 of file cmds.c.
Referenced by GetCmd().
|
static |
Definition at line 2569 of file cmds.c.
Referenced by PutCmd().
|
static |
Definition at line 2147 of file cmds.c.
Referenced by DoOpen().
|
static |
Definition at line 2107 of file cmds.c.
Referenced by DoOpen().
|
static |
Definition at line 2118 of file cmds.c.
Referenced by DoOpen().
|
static |
Definition at line 417 of file cmds.c.
Referenced by Chdirs().