![]() |
My Project
|
#include "kernel/mod2.h"
#include "omalloc/omalloc.h"
#include "misc/mylimits.h"
#include "resources/feResource.h"
#include "reporter/reporter.h"
#include "resources/omFindExec.h"
#include "reporter/si_signals.h"
#include "ipid.h"
#include "ipshell.h"
#include "libparse.h"
#include "feOpt.h"
#include "tok.h"
#include "fehelp.h"
Go to the source code of this file.
Data Structures | |
struct | heEntry_s |
struct | heBrowser_s |
Macros | |
#define | MAX_HE_ENTRY_LENGTH 160 |
#define | MAX_SYSCMD_LEN MAXPATHLEN*2 |
#define | HELP_OK 0 |
#define | FIN_INDEX '\037' |
#define | HELP_NOT_OPEN 1 |
#define | HELP_NOT_FOUND 2 |
#define | BUF_LEN 256 |
#define | IDX_LEN 256 |
Typedefs | |
typedef heEntry_s * | heEntry |
typedef void(* | heBrowserHelpProc) (heEntry hentry, int br) |
typedef BOOLEAN(* | heBrowserInitProc) (int warn, int br) |
typedef heBrowser_s * | heBrowser |
struct heEntry_s |
Data Fields | ||
---|---|---|
long | chksum | |
char | key[MAX_HE_ENTRY_LENGTH] | |
char | node[MAX_HE_ENTRY_LENGTH] | |
char | url[MAX_HE_ENTRY_LENGTH] |
struct heBrowser_s |
Data Fields | ||
---|---|---|
const char * | action | |
const char * | browser | |
heBrowserHelpProc | help_proc | |
heBrowserInitProc | init_proc | |
const char * | required |
#define MAX_SYSCMD_LEN MAXPATHLEN*2 |
Definition at line 177 of file fehelp.cc.
Definition at line 90 of file fehelp.cc.
Definition at line 249 of file fehelp.cc.
Definition at line 1055 of file fehelp.cc.
Definition at line 871 of file fehelp.cc.
Definition at line 812 of file fehelp.cc.
Definition at line 388 of file fehelp.cc.
Definition at line 621 of file fehelp.cc.
if | ( | ! | FE_OPT_NO_SHELL_FLAG | ) |
Definition at line 1122 of file fehelp.cc.
Definition at line 480 of file fehelp.cc.
EXTERN_VAR BOOLEAN FE_OPT_NO_SHELL_FLAG |
STATIC_VAR BOOLEAN feHelpCalled = FALSE |
STATIC_VAR heBrowser heCurrentHelpBrowser = NULL |
STATIC_VAR int heCurrentHelpBrowserIndex = -1 |
STATIC_VAR heBrowser_s* heHelpBrowsers =NULL |