ReactOS 0.4.16-dev-92-g0c2cdca
|
#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 699 of file readln.c.
Referenced by CommandShell().
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.
Definition at line 707 of file readln.c.
Referenced by PostShell().
Definition at line 210 of file readln.c.
Referenced by CompletionFunction().
|
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().
Definition at line 620 of file readln.c.
Referenced by SaveHistory().
|
extern |
Definition at line 28 of file bookmark.c.
Referenced by BookmarkCompletionFunction(), LoadBookmarkTable(), SaveBookmarkTable(), SearchBookmarkTable(), and SortBookmarks().
|
extern |
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().
|
extern |
Definition at line 27 of file shell.c.
Referenced by CommandShell().
|
extern |
Definition at line 33 of file main.c.
Referenced by PreInit(), and Readline().
|
extern |
Definition at line 26 of file ls.c.
Referenced by FlushLsCache(), FlushLsCacheItem(), GetLsCacheFileList(), InitLsCache(), Ls(), LsCacheAdd(), and LsCacheLookup().
|
extern |
Definition at line 41 of file pref.c.
Referenced by InitPrefs(), SetXtermTitle(), and SetXtTitle().
|
extern |
Definition at line 27 of file bookmark.c.
Referenced by BookmarkCompletionFunction(), LoadBookmarkTable(), SaveBookmarkTable(), SearchBookmarkTable(), and SortBookmarks().
|
extern |
Definition at line 113 of file pref.c.
Referenced by PrefOptCompletionFunction(), ProcessPrefsFile(), SavePrefs(), and Set().
|
extern |
Definition at line 17 of file util.c.
Referenced by LoadHistory(), and SaveHistory().
|
extern |
Definition at line 73 of file pref.c.
Referenced by PrefOptCompletionFunction(), ProcessPrefsFile(), SavePrefs(), Set(), and Show1().
|
extern |
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().
|
extern |
Definition at line 78 of file cmds.c.
Referenced by GetScreenColumns(), InitReadline(), and OpenMsg().
Definition at line 27 of file readln.c.
Referenced by InitTermcap(), and SetXtermTitle().
|
extern |
Definition at line 13 of file util.c.
Referenced by GetScreenColumns(), and InitUserInfo().
|
extern |
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().