ReactOS
0.4.14-dev-606-g14ebc0b
|
#include "syshdrs.h"
#include "shell.h"
#include "util.h"
#include "bookmark.h"
#include "cmds.h"
#include "pref.h"
#include "ls.h"
#include "readln.h"
#include "getline.h"
Go to the source code of this file.
Variables | |
const char * | tcap_normal = "" |
const char * | tcap_boldface = "" |
const char * | tcap_underline = "" |
const char * | tcap_reverse = "" |
const char * | gTerm |
int | gXterm |
int | gXtermTitle |
char | gCurXtermTitleStr [256] |
int | gEventNumber |
int | gMaySetXtermTitle |
LsCacheItem | gLsCache [kLsCacheSize] |
FTPConnectionInfo | gConn |
char | gRemoteCWD [512] |
char | gOurDirectoryPath [] |
char | gVersion [] |
int | gNumBookmarks |
BookmarkPtr | gBookmarkTable |
PrefOpt | gPrefOpts [] |
int | gNumPrefOpts |
int | gScreenColumns |
int | gIsTTYr |
int | gUid |
Definition at line 421 of file readln.c.
Referenced by CompletionFunction().
Definition at line 452 of file readln.c.
Referenced by CompletionFunction().
Definition at line 537 of file readln.c.
Referenced by InitReadline().
|
static |
Definition at line 271 of file readln.c.
Referenced by RemoteCompletionFunction().
Definition at line 55 of file readln.c.
Referenced by PreInit().
Definition at line 659 of file readln.c.
Referenced by PostInit().
Definition at line 148 of file readln.c.
Referenced by PostInit().
Definition at line 606 of file readln.c.
Referenced by InitReadline().
Definition at line 802 of file readln.c.
Referenced by CommandShell().
Definition at line 484 of file readln.c.
Referenced by CompletionFunction().
Definition at line 759 of file readln.c.
Referenced by PostInit().
Definition at line 671 of file readln.c.
Referenced by CommandShell().
Definition at line 515 of file readln.c.
Referenced by InitReadline(), and SaveCurrentAsBookmark().
Definition at line 300 of file readln.c.
Referenced by RemoteDirCompletionFunction(), and RemoteFileCompletionFunction().
Definition at line 409 of file readln.c.
Referenced by CompletionFunction().
Definition at line 397 of file readln.c.
Referenced by CompletionFunction().
Definition at line 642 of file readln.c.
Referenced by DisposeReadline().
Definition at line 718 of file readln.c.
Referenced by BackToTop(), CommandShell(), PostShell(), PrPhilBar(), PrSizeAndRateMeter(), and PrStatBar().
BookmarkPtr gBookmarkTable |
Definition at line 28 of file bookmark.c.
Referenced by BookmarkCompletionFunction(), LoadBookmarkTable(), SaveBookmarkTable(), SearchBookmarkTable(), and SortBookmarks().
FTPConnectionInfo gConn |
Definition at line 37 of file main.c.
Referenced by MakePrompt().
char gCurXtermTitleStr[256] |
Definition at line 30 of file readln.c.
Referenced by InitTermcap(), and SetXtermTitle().
int gEventNumber |
Definition at line 27 of file shell.c.
Referenced by CommandShell().
int gIsTTYr |
Definition at line 33 of file main.c.
Referenced by PreInit(), and Readline().
LsCacheItem gLsCache[kLsCacheSize] |
Definition at line 26 of file ls.c.
Referenced by FlushLsCache(), FlushLsCacheItem(), GetLsCacheFileList(), InitLsCache(), Ls(), LsCacheAdd(), and LsCacheLookup().
int gMaySetXtermTitle |
Definition at line 41 of file pref.c.
Referenced by InitPrefs(), SetXtermTitle(), and SetXtTitle().
int gNumBookmarks |
Definition at line 27 of file bookmark.c.
Referenced by BookmarkCompletionFunction(), LoadBookmarkTable(), SaveBookmarkTable(), SearchBookmarkTable(), and SortBookmarks().
int gNumPrefOpts |
Definition at line 113 of file pref.c.
Referenced by PrefOptCompletionFunction(), ProcessPrefsFile(), SavePrefs(), and Set().
char gOurDirectoryPath[] |
Definition at line 17 of file util.c.
Referenced by LoadHistory(), and SaveHistory().
PrefOpt gPrefOpts[] |
Definition at line 73 of file pref.c.
Referenced by PrefOptCompletionFunction(), ProcessPrefsFile(), SavePrefs(), Set(), and Show1().
char gRemoteCWD[512] |
Definition at line 33 of file cmds.c.
Referenced by ChdirCmd(), Chdirs(), CurrentURL(), DoOpen(), FillBookmarkInfo(), MakePrompt(), nFTPChdirAndGetCWD(), OpenCmd(), PrPhilBar(), PrSizeAndRateMeter(), PrStatBar(), PwdCmd(), RemoteCompletionFunction(), SpoolGetCmd(), and SpoolPutCmd().
int gScreenColumns |
Definition at line 34 of file main.c.
Referenced by GetScreenColumns(), and InitReadline().
Definition at line 27 of file readln.c.
Referenced by InitTermcap(), and SetXtermTitle().
int gUid |
Definition at line 13 of file util.c.
Referenced by GetScreenColumns(), and InitUserInfo().
char gVersion[] |
Definition at line 22 of file init.c.
Referenced by PrintStartupBanner(), and SetXtermTitle().
int gXterm |
Definition at line 28 of file readln.c.
Referenced by InitTermcap().
int gXtermTitle |
Definition at line 29 of file readln.c.
Referenced by InitTermcap(), and SetXtermTitle().
Definition at line 24 of file readln.c.
Referenced by InitTermcap(), MakePrompt(), and PrintStartupBanner().
Definition at line 23 of file readln.c.
Referenced by InitTermcap(), MakePrompt(), PrintStartupBanner(), and PrPhilBar().
Definition at line 26 of file readln.c.
Referenced by InitTermcap(), and PrPhilBar().
Definition at line 25 of file readln.c.
Referenced by InitTermcap().