Go to the source code of this file.
◆ feHelp()
void feHelp |
( |
char * |
str = NULL | ) |
|
Definition at line 89 of file fehelp.cc.
92 *****************************************************************/
101 BOOLEAN key_is_regexp = (strchr(str,
'*') !=
NULL);
105 memset(&hentry,0,
sizeof(hentry));
109 if (!key_is_regexp && (idxfile !=
NULL) &&
heKey2Entry(idxfile, str, &hentry))
139 strcpy(mkey + 1, str);
147 Warn(
"No help for topic '%s' (not even for '*%s*')", str, str);
148 WarnS(
"Try '?;' for general help");
149 WarnS(
"or '?Index;' for all available help topics.");
162 Warn(
"No unique help for '%s'", str);
164 Warn(
"No help for topic '%s'", str);
174 strcpy(hentry.
key, str);
◆ feHelpBrowser()
const char* feHelpBrowser |
( |
char * |
browser = NULL , |
|
|
int |
warn = -1 |
|
) |
| |
Definition at line 248 of file fehelp.cc.
258 if (which ==
NULL || *which ==
'\0')
301 if (warn)
Warn(
"No help browser '%s' available.", which);
◆ feStringAppendBrowsers()
void feStringAppendBrowsers |
( |
int |
warn = -1 | ) |
|