Home
last modified time | relevance | path

Searched refs:helpfile (Results 1 – 25 of 1094) sorted by relevance

12345678910>>...44

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/script/
H A Dcbottoken.cpp154 std::string helpfile = ""; in GetHelpFilename() local
156 if ( type == OBJECT_BASE ) helpfile = "object/base"; in GetHelpFilename()
183 if ( type == OBJECT_KEYa ) helpfile = "object/key"; in GetHelpFilename()
184 if ( type == OBJECT_KEYb ) helpfile = "object/key"; in GetHelpFilename()
185 if ( type == OBJECT_KEYc ) helpfile = "object/key"; in GetHelpFilename()
186 if ( type == OBJECT_KEYd ) helpfile = "object/key"; in GetHelpFilename()
187 if ( type == OBJECT_TNT ) helpfile = "object/tnt"; in GetHelpFilename()
233 if ( type == OBJECT_APOLLO2 ) helpfile = "object/lrv"; in GetHelpFilename()
249 if (helpfile.empty()) in GetHelpFilename()
260 std::string helpfile = ""; in GetHelpFilename() local
[all …]
/dports/math/xldlas/xldlas/
H A Dhelp.c38 char helpfile[XLDLASMAX_INPUT]; in help_about_general() local
41 strcpy(helpfile,help_location); in help_about_general()
49 char helpfile[XLDLASMAX_INPUT]; in help_about_file() local
52 strcpy(helpfile,help_location); in help_about_file()
53 strcat(helpfile,"file.help"); in help_about_file()
60 char helpfile[XLDLASMAX_INPUT]; in help_about_data() local
63 strcpy(helpfile,help_location); in help_about_data()
64 strcat(helpfile,"data.help"); in help_about_data()
75 strcat(helpfile,"log.help"); in help_about_log()
86 strcat(helpfile,"graph.help"); in help_about_graph()
[all …]
/dports/chinese/cless/cless-290/
H A Dhelp.c45 char *helpfile; local
48 helpfile = find_helpfile();
49 if (helpfile == NULL)
58 (void) edit(helpfile);
66 cmd = (char *) ecalloc(strlen(helpfile) + strlen(progname) + 3,
68 sprintf(cmd, "-%s %s", progname, helpfile);
70 cmd = (char *) ecalloc(strlen(helpfile) + strlen(progname) + 150,
75 progname, helpfile);
79 progname, helpfile);
82 free(helpfile);
/dports/print/cups/cups-2.3.3op2/cgi-bin/
H A Dhelp.c101 helpfile ++; in main()
103 if (!*helpfile) in main()
104 helpfile = NULL; in main()
107 if (helpfile) in main()
116 helpfile, filename); in main()
182 if (helpfile) in main()
203 if (helpfile && n->anchor) in main()
215 if (!helpfile && n->anchor) in main()
286 if (helpfile && !strcmp(helpfile, n->filename)) in main()
318 if (!helpfile || !printable) in main()
[all …]
/dports/net/tinyfugue/tf-50b8/src/
H A Dhelp.c39 TFILE *helpfile, *indexfile; in handle_help_command() local
47 if ((helpfile = tfopen(name, "r")) == NULL) { in handle_help_command()
53 if (helpfile->type == TF_FILE) { in handle_help_command()
58 tfclose(helpfile); in handle_help_command()
65 indexfile = helpfile; in handle_help_command()
99 if (indexfile != helpfile) in handle_help_command()
104 tfclose(helpfile); in handle_help_command()
108 if (indexfile != helpfile) in handle_help_command()
109 fseek(helpfile->u.fp, location, SEEK_SET); in handle_help_command()
113 while (fgets(input, HELPLEN, helpfile->u.fp) != NULL) { in handle_help_command()
[all …]
/dports/net/tinyfugue-devel/tinyfugue-5.1.3/src/
H A Dhelp.c38 TFILE *helpfile, *indexfile; in handle_help_command() local
46 if ((helpfile = tfopen(name, "r")) == NULL) { in handle_help_command()
52 if (helpfile->type == TF_FILE) { in handle_help_command()
57 tfclose(helpfile); in handle_help_command()
64 indexfile = helpfile; in handle_help_command()
98 if (indexfile != helpfile) in handle_help_command()
103 tfclose(helpfile); in handle_help_command()
107 if (indexfile != helpfile) in handle_help_command()
108 fseek(helpfile->u.fp, location, SEEK_SET); in handle_help_command()
112 while (fgets(input, HELPLEN, helpfile->u.fp) != NULL) { in handle_help_command()
[all …]
/dports/comms/tlf/tlf-tlf-1.4.1/src/
H A Dshow_help.c46 char *helpfile; in show_help() local
50 helpfile = g_strdup(filename); in show_help()
52 helpfile = g_strconcat(PACKAGE_DATA_DIR, G_DIR_SEPARATOR_S, in show_help()
54 if (g_access(helpfile, R_OK) != 0) { in show_help()
55 g_free(helpfile); in show_help()
60 cmdstr = g_strdup_printf("less %s", helpfile); in show_help()
67 g_free(helpfile); in show_help()
/dports/mail/alpine/alpine-465e23b/web/cgi/alpine/1.0/
H A Dhelpbody.tcl71 set helpfile [file join $_wp(cgipath) $_wp(appdir) $_wp(ui1dir) help [lindex $s 3]]
75 if {![info exists helpfile]} {
78 set helpfile [file join $_wp(cgipath) $_wp(appdir) $_wp(ui1dir) help [lindex $s 3]]
95 if {[info exists helpfile]} {
96 if {[file exists ${helpfile}.tcl]} {
97 source ${helpfile}.tcl
98 } elseif {[file exists ${helpfile}.html]} {
103 if {[catch {open ${helpfile}.html r} fid]} {
104 unset helpfile
110 unset helpfile
[all …]
/dports/editors/pico-alpine/alpine-465e23b/web/cgi/alpine/1.0/
H A Dhelpbody.tcl71 set helpfile [file join $_wp(cgipath) $_wp(appdir) $_wp(ui1dir) help [lindex $s 3]]
75 if {![info exists helpfile]} {
78 set helpfile [file join $_wp(cgipath) $_wp(appdir) $_wp(ui1dir) help [lindex $s 3]]
95 if {[info exists helpfile]} {
96 if {[file exists ${helpfile}.tcl]} {
97 source ${helpfile}.tcl
98 } elseif {[file exists ${helpfile}.html]} {
103 if {[catch {open ${helpfile}.html r} fid]} {
104 unset helpfile
110 unset helpfile
[all …]
/dports/shells/bash/bash-5.1/builtins/
H A Dgen-helpfiles.c156 char *helpfile, *bname, *fname; local
174 helpfile = (char *)malloc (hdlen + strlen (fname) + 1);
175 if (helpfile == 0)
180 sprintf (helpfile, "helpfiles/%s", fname);
182 helpfp = fopen (helpfile, "w");
185 fprintf (stderr, "write_helpfiles: cannot open %s\n", helpfile);
186 free (helpfile);
194 free (helpfile);
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/help_plugin/
H A Dhelp_plugin.cpp457 wxString helpfile(c_helpfile); in LaunchHelp() local
467 helpfile.Replace(_T("$(keyword)"), keyword); in LaunchHelp()
468 Manager::Get()->GetMacrosManager()->ReplaceMacros(helpfile); in LaunchHelp()
473 wxExecute(helpfile); in LaunchHelp()
478 if (wxFileName(helpfile).GetExt() == _T("script")) in LaunchHelp()
506 p->OpenFile(helpfile); in LaunchHelp()
519 wxLaunchDefaultBrowser(helpfile); in LaunchHelp()
536 if (helpfile.StartsWith(_T("ms-xhelp:///"))) in LaunchHelp()
544 wxFileName the_helpfile = wxFileName(helpfile); in LaunchHelp()
566 HelpCtl.Initialize(helpfile); in LaunchHelp()
[all …]
/dports/security/pks/pks/
H A Dmail_send.c436 char helpfile[1024]; in mail_help() local
450 strcpy (helpfile, conf->help_dir); in mail_help()
451 strcat (helpfile, "/pks_help."); in mail_help()
454 helpfile[j] = tolower (help_file[i]); in mail_help()
455 helpfile[j] = '\0'; in mail_help()
457 if ((hfh = fopen (helpfile, "r")) == NULL) in mail_help()
462 strcpy (helpfile, conf->help_dir); in mail_help()
463 strcat (helpfile, "/pks_help."); in mail_help()
466 helpfile[j] = tolower (help_file[i]); in mail_help()
467 helpfile[j] = '\0'; in mail_help()
[all …]
/dports/sysutils/most/most-5.1.0/src/
H A Dhelp.c163 static void most_do_help_file (char *helpfile) in most_do_help_file() argument
171 if (helpfile == NULL) helpfile = MOST_HELPFILE; in most_do_help_file()
174 if (helpfile != NULL) in most_do_help_file()
179 if (NULL != (fp = fopen (helpfile, "r"))) in most_do_help_file()
189 (void) most_find_file(helpfile); in most_do_help_file()
/dports/archivers/libmspack/libmspack-0.10.1alpha/doc/html/
H A Dstructmschm__decompressor__coll__graph.map2 …="$structmschmd__header.html" title="A structure which represents a CHM helpfile. " alt="" coords=…
3 …d__section.html" title="A structure which represents a section of a CHM helpfile. " alt="" coords=…
4 …__file.html" title="A structure which represents a file stored in a CHM helpfile. " alt="" coords=…
5 …title="A structure which represents the LZX compressed section of a CHM helpfile. " alt="" coords=…
6 …" title="A structure which represents the uncompressed section of a CHM helpfile. " alt="" coords=…
H A Dstructmschmd__sec__mscompressed__coll__graph.map2 …="$structmschmd__header.html" title="A structure which represents a CHM helpfile. " alt="" coords=…
3 …__file.html" title="A structure which represents a file stored in a CHM helpfile. " alt="" coords=…
4 …d__section.html" title="A structure which represents a section of a CHM helpfile. " alt="" coords=…
5 …" title="A structure which represents the uncompressed section of a CHM helpfile. " alt="" coords=…
H A Dstructmschmd__header__coll__graph.map2 …d__section.html" title="A structure which represents a section of a CHM helpfile. " alt="" coords=…
3 …__file.html" title="A structure which represents a file stored in a CHM helpfile. " alt="" coords=…
4 …title="A structure which represents the LZX compressed section of a CHM helpfile. " alt="" coords=…
5 …" title="A structure which represents the uncompressed section of a CHM helpfile. " alt="" coords=…
H A Dstructmschmd__section__coll__graph.map2 …__file.html" title="A structure which represents a file stored in a CHM helpfile. " alt="" coords=…
3 …title="A structure which represents the LZX compressed section of a CHM helpfile. " alt="" coords=…
4 …" title="A structure which represents the uncompressed section of a CHM helpfile. " alt="" coords=…
5 …="$structmschmd__header.html" title="A structure which represents a CHM helpfile. " alt="" coords=…
H A Dstructmschmd__file__coll__graph.map2 …="$structmschmd__header.html" title="A structure which represents a CHM helpfile. " alt="" coords=…
3 …title="A structure which represents the LZX compressed section of a CHM helpfile. " alt="" coords=…
4 …d__section.html" title="A structure which represents a section of a CHM helpfile. " alt="" coords=…
5 …" title="A structure which represents the uncompressed section of a CHM helpfile. " alt="" coords=…
H A Dstructmschmd__sec__uncompressed__coll__graph.map2 …="$structmschmd__header.html" title="A structure which represents a CHM helpfile. " alt="" coords=…
3 …d__section.html" title="A structure which represents a section of a CHM helpfile. " alt="" coords=…
4 …__file.html" title="A structure which represents a file stored in a CHM helpfile. " alt="" coords=…
5 …title="A structure which represents the LZX compressed section of a CHM helpfile. " alt="" coords=…
/dports/editors/mined/mined-2015.25/src/
H A Dminedaux.c798 char * helpfile; local
806 helpfile = hfbuf;
812 if (* helpfile != '\0') {
819 helpfile = "MINED$HELP";
827 if (helpfile) {
829 helpfile = hfbuf;
837 helpfile = hfbuf;
845 helpfile = hfbuf;
922 cmdtopic, helpfile);
931 topic, topic, helpfile);
[all …]
/dports/editors/xvile/vile-9.8v/perl/
H A DHelp.pm177 my ( $startdir, $helpfile, $cmd, $section, $fh, $lastpos );
180 $helpfile = Vile::get('$helpfile');
181 $fh = new IO::File "$startdir/$helpfile", "r";
183 print "Help: couldn't open $startdir/$helpfile";
/dports/editors/vile/vile-9.8v/perl/
H A DHelp.pm177 my ( $startdir, $helpfile, $cmd, $section, $fh, $lastpos );
180 $helpfile = Vile::get('$helpfile');
181 $fh = new IO::File "$startdir/$helpfile", "r";
183 print "Help: couldn't open $startdir/$helpfile";
/dports/irc/ctrlproxy/ctrlproxy-3.0.8/src/
H A Dhelp.c77 help_t *help_load_file( const char *helpfile ) in help_load_file() argument
87 h->file = g_mapped_file_new(helpfile, FALSE, &error); in help_load_file()
94 log_global(LOG_WARNING, "Unable to open help file `%s': %s", helpfile, in help_load_file()
100 if (!g_file_get_contents(helpfile, &h->file, &len, &error)) { in help_load_file()
101 log_global(LOG_WARNING, "Unable to open help file `%s': %s", helpfile, in help_load_file()
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_help.c69 static int func_help_topics (const char *helpfile, PRN *prn) in func_help_topics() argument
75 if ((fp = gretl_fopen(helpfile, "r")) == NULL) { in func_help_topics()
76 printf(_("Unable to access the file %s.\n"), helpfile); in func_help_topics()
420 char helpfile[FILENAME_MAX]; in cli_help() local
439 strcpy(helpfile, helpfile_path(GRETL_FUNCREF, 1, 0)); in cli_help()
440 return func_help_topics(helpfile, prn); /* handled */ in cli_help()
458 strcpy(helpfile, helpfile_path(GRETL_CMDREF, 1, 0)); in cli_help()
460 strcpy(helpfile, helpfile_path(GRETL_FUNCREF, 1, 0)); in cli_help()
474 fp = gretl_fopen(helpfile, "r"); in cli_help()
477 printf(_("Unable to access the file %s.\n"), helpfile); in cli_help()
/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/locfit/
H A Dhelp.c21 char *z, elin[10], helpfile[100], line[200]; local
37 sprintf(helpfile,"%s/locfit.ceg",lfhome);
39 sprintf(helpfile,"locfit.ceg");
41 help = fopen(helpfile,"r");

12345678910>>...44