Home
last modified time | relevance | path

Searched +refs:ftnchek +refs:command (Results 1 – 25 of 46) sorted by relevance

12

/dports/devel/ftnchek/ftnchek-3.3.1/
H A DINSTALL23 The tar command creates a directory named ftnchek-3.1.1 containing
35 Next, build ftnchek with the command:
40 now issue the command
54 Once ftnchek is working properly, issue the command (usually
131 Give the command
138 command. Do this with the command
149 give the command
160 now issue the command
259 command-line arguments.
282 Once ftnchek is working, you can test it by giving the command:
[all …]
H A DREADME1 README file for ftnchek version 3.3
21 Ftnchek is written in C. To build ftnchek, you must have a C compiler
22 for the machine on which you wish to build it. The URL for ftnchek's
23 home page is http://www.dsm.fordham.edu/~ftnchek. Source code, binary
32 ftnchek on your system.
67 7. Fixed bug in reading numeric settings on command line when
87 This file is not necessary to build ftnchek, but without it wildcards
88 in file names on the command line will not be expanded. This file is
89 no longer bundled with ftnchek, but is obtainable at the ftnchek home
H A Dftnchek.dsp7 CFG=ftnchek - Win32 Debug
9 !MESSAGE use the Export Makefile command and run
11 !MESSAGE NMAKE /f "ftnchek.mak".
14 !MESSAGE by defining the macro CFG on the command line. For example:
16 !MESSAGE NMAKE /f "ftnchek.mak" CFG="ftnchek - Win32 Debug"
31 !IF "$(CFG)" == "ftnchek - Win32 Release"
56 !ELSEIF "$(CFG)" == "ftnchek - Win32 Debug"
84 # Name "ftnchek - Win32 Release"
85 # Name "ftnchek - Win32 Debug"
119 SOURCE=.\ftnchek.c
[all …]
H A Dftnchek.doc57 ftnchek is invoked through a command of the form:
62 selves are not actually typed. Here options are command-line switches
154 -help Print command summary. Default = no.
273 setting. ftnchek "?" will produce a command summary listing all
326 defaults. They are over-ridden by any command line options. See the
340 Wildcards are allowed in the specification of filenames on the command
342 any other system that performs wildcard expansion in the command pro-
351 This section provides a more detailed discussion of ftnchek command-
352 line options. Options and filenames may be interspersed on a command
1241 has special meaning to the command interpreter. Default = no.
[all …]
H A Dftnchek.hlp23 ftnchek is invoked through a command of the form:
27 themselves are not actually typed. Here options are command-line
50 = ) in a setting. ftnchek "?" will produce a command summary list-
98 built-in defaults. They are over-ridden by any command line options.
111 command line.
739 Prints a list of all the command-line options with a short de-
740 scription of each along with its default value. This command is
743 meaning to the command interpreter. Default = no.
748 the current values after any environment options and any command-line
774 CLUDE statements. Unlike other command-line options, this setting is
[all …]
H A Dconfigure_os2.cmd11 1) Parsing the command line arguments
34 /* get the command line arguments */
62 /* parse command line arguments */
219 CpCmd = 'copy' /* use built-in command of cmd.exe */
229 MkdirCmd = 'mkdir' /* use built-in command of cmd.exe */
233 MvCmd = 'move' /* use built-in command of cmd.exe */
239 RmCmd = 'del' /* use built-in command of cmd.exe */
410 '-e "s/X)\/lib\/ftnchek/X)\\\\lib\\\\ftnchek/" ',
575 say ' make to make ftnchek.exe and the manual page ftnchek.1'
579 say ' may wish to enable also the -makehtml option of ftnchek. To do so,'
[all …]
H A Dconfigure.in2 dnl This autoconf input file is for ftnchek version 2.9, April 1996
5 AC_INIT(ftnchek.c)
156 dnl rman is ok to make ftnchek.html, but "make htmldocs" won't work
197 dnl as a filter for ftnchek.
206 dnl cross-compile ftnchek.
242 dnl Define emacs site-lisp directory to install ftnchek.el in.
244 dnl Check for emacs. If it is present, ftnchek.el will be byte-compiled.
405 AC_MSG_RESULT([Compile command is $CC $CFLAGS])
/dports/devel/ftnchek/ftnchek-3.3.1/test/
H A Dlistout.bat17 ..\ftnchek.exe -nopretty %2 chestnuts.f > chestnuts.%1
23 ..\ftnchek.exe -sym %2 complex.f > complex.%1
26 ..\ftnchek.exe -common=volatile %2 comusage.f > comusage.%1
36 ..\ftnchek.exe -port %2 do_enddo.f > do_enddo.%1
41 rem standard command-line option prefix for MSDOS/Win32 is '/' instead of '-'.
43 ..\ftnchek.exe %2 -help > help.%1
54 ..\ftnchek.exe -sym -lis %2 namelist.f > namelist.%1
57 ..\ftnchek.exe -nopretty %2 noblanks.f > noblanks.%1
60 ..\ftnchek.exe -port %2 strings.f > strings.%1
63 ..\ftnchek.exe -list -symt -sixchar %2 t208f.f > t208f.%1
[all …]
H A Dcheck.bat2 rem CHECK.BAT - batch file for smoke-testing ftnchek.
18 echo for manual examination. If you built ftnchek with non-
50 ..\ftnchek.exe %DEFAULT_FLAGS% model.f90 > model.fcl
138 ..\ftnchek.exe -usage=none usage.f > usage.fc0
144 ..\ftnchek.exe -usage=all usage.f > usage.fc3
158 ..\ftnchek.exe -project correct.f > correct.fc1
159 ..\ftnchek.exe correct.prj > correct.pcl
166 echo f77=all > ftnchek.ini
167 echo symtab >> ftnchek.ini
170 if exist ftnchek.ini del ftnchek.ini
[all …]
H A D.#Makefile.in.1.342 # Makefile for smoke-testing ftnchek. Say ``make'' to make all checks.
16 # This defn uses version of ftnchek in the parent directory.
17 FTNCHEK = ../ftnchek$(EXE)
18 # Since ftnpp is not included with ftnchek package, it is searched
37 RCFILE= ftnchek.ini
125 # stderr are merged and environment mechanism for setting command
199 @echo "for manual examination. If you built ftnchek with non-"
234 echo "ERROR ===> Cannot run checks: no ftnchek found <==="; \
242 if [ -f "$$HOME/ftnchek.ini" ] ; then \
243 echo "WARNING ===> $$HOME/ftnchek.ini exists <==="; \
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/f/
H A Dg77.texi5575 @pindex ftnchek
5580 the @command{ftnchek} tool from @uref{ftp://ftp.netlib.org/fortran}
7756 @pindex ftnchek
7762 (Use, say, @command{ftnchek} to ensure
10520 @pindex ftnchek
10521 Validate your code with @command{ftnchek} or a similar code-checking
10523 @command{ftnchek} can be found at @uref{ftp://ftp.netlib.org/fortran}
10528 Here are some sample @file{Makefile} rules using @command{ftnchek}
10544 # Flags for ftnchek:
10562 # ftnchek project files:
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/f/
H A Dg77.texi5575 @pindex ftnchek
5580 the @command{ftnchek} tool from @uref{ftp://ftp.netlib.org/fortran}
7756 @pindex ftnchek
7762 (Use, say, @command{ftnchek} to ensure
10520 @pindex ftnchek
10521 Validate your code with @command{ftnchek} or a similar code-checking
10523 @command{ftnchek} can be found at @uref{ftp://ftp.netlib.org/fortran}
10528 Here are some sample @file{Makefile} rules using @command{ftnchek}
10544 # Flags for ftnchek:
10562 # ftnchek project files:
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/progmodes/
H A Dcompile.el237 (ftnchek
1687 (compilation-read-command command)
1688 command))
1691 (setq compile-command command))
1695 (compilation-start command comint))
1707 (command (eval compile-command)))
1710 command)))
1875 command "\n")
1937 outbuf command))))
1967 (message "Executing `%s'..." command)
[all …]
/dports/editors/emacs/emacs-27.2/lisp/progmodes/
H A Dcompile.el238 (ftnchek
1604 (compilation-read-command command)
1605 command))
1608 (setq compile-command command))
1612 (compilation-start command comint))
1624 (command (eval compile-command)))
1627 command)))
1784 command "\n")
1843 outbuf command))))
1873 (message "Executing `%s'..." command)
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/po/ta/
H A Dkdevelop.po2203 #~ "GDB command."
13111 #~ "RDB command."
13235 #~ msgid "Run ftnchek"
13236 #~ msgstr "ftnchekவை இயக்கவும்"
13239 #~ "<b>Run ftnchek</b><p>Runs <b>ftnchek</b> to check fortran programs for "
13240 #~ "semantic errors. Configure ftnchek options in project settings dialog, "
13244 #~ "<b>ftnchek</b>ஐ இயக்கும். ftnchek தேர்வுகளை அமைக்க திட்ட அமைவு உரையாடலில் "
14701 #~ msgid "Done CVS command ..."
15206 #~ msgid "LaTeX command name"
16320 #~ "<b>Execute shell command</b><p>Executes a shell command and outputs its "
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/po/tg/
H A Dkdevelop.po2130 #~ "GDB command."
14352 #~ "RDB command."
14459 #~ msgid "Run ftnchek"
14460 #~ msgstr "Запустить ftnchek"
14464 #~ "<b>Run ftnchek</b><p>Runs <b>ftnchek</b> to check fortran programs for "
14465 #~ "semantic errors. Configure ftnchek options in project settings dialog, "
14468 #~ "<b>Запустить ftnchek</b><p>Запускает <b>ftnchek</b> для проверки программ "
14469 #~ "на fortran на семантические ошибки. Настройте опции ftnchek на закладке "
17040 #~ msgid "LaTeX command name"
18404 #~ "<b>Execute shell command</b><p>Executes a shell command and outputs its "
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/po/en_GB/
H A Dkdevelop.po2319 #~ "GDB command."
2322 #~ "GDB command."
13727 #~ "RDB command."
13730 #~ "RDB command."
13827 #~ msgid "Run ftnchek"
13828 #~ msgstr "Run ftnchek"
13831 #~ "<b>Run ftnchek</b><p>Runs <b>ftnchek</b> to check fortran programs for "
13832 #~ "semantic errors. Configure ftnchek options in project settings dialog, "
13835 #~ "<b>Run ftnchek</b><p>Runs <b>ftnchek</b> to check fortran programs for "
13836 #~ "semantic errors. Configure ftnchek options in project settings dialogue, "
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/po/is/
H A Dkdevelop.po2031 #~ "GDB command."
11486 #~ "RDB command."
11587 #~ msgid "Run ftnchek"
11588 #~ msgstr "Keyra ftnchek"
11592 #~ "<b>Run ftnchek</b><p>Runs <b>ftnchek</b> to check fortran programs for "
11593 #~ "semantic errors. Configure ftnchek options in project settings dialog, "
13048 #~ msgid "Done CVS command ..."
13533 #~ msgid "LaTeX command name"
14541 #~ msgid "Execute shell command"
14546 #~ "<b>Execute shell command</b><p>Executes a shell command and outputs its "
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/
H A DChangeLog.11619 (cua--pre-command-handler, cua--post-command-handler):
1747 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
3182 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5361 * novice.el (enable-command, disable-command): Doc fixes.
5623 shell-command for low command execution.
6815 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
7867 command calls.
10227 (pr-command): Return empty string if command is an empty string.
11841 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
11874 (grep-command, grep-use-null-device, grep-find-command)
[all …]
/dports/editors/emacs/emacs-27.2/lisp/
H A DChangeLog.11619 (cua--pre-command-handler, cua--post-command-handler):
1747 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
3182 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5361 * novice.el (enable-command, disable-command): Doc fixes.
5623 shell-command for low command execution.
6815 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
7867 command calls.
10227 (pr-command): Return empty string if command is an empty string.
11841 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
11874 (grep-command, grep-use-null-device, grep-find-command)
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/doc/
H A Dg77.info17571 `ftnchek' tool from `ftp://ftp.netlib.org/fortran' or
19352 normally rejected--see *Note GLOBALS::. (Use, say, `ftnchek' to ensure
21907 * Validate your code with `ftnchek' or a similar code-checking tool.
21908 `ftnchek' can be found at `ftp://ftp.netlib.org/fortran' or
21911 Here are some sample `Makefile' rules using `ftnchek' "project"
21916 # Dummy suffix for ftnchek targets:
21925 # Flags for ftnchek:
21933 ftnchek $(filter-out $*.prj,$(PRJS)) $(CHEKFLAGS) \
21938 ftnchek $(CHEKFLAGS) -noextern -project -library $<
21943 # ftnchek project files:
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/doc/
H A Dg77.info17571 `ftnchek' tool from `ftp://ftp.netlib.org/fortran' or
19352 normally rejected--see *Note GLOBALS::. (Use, say, `ftnchek' to ensure
21907 * Validate your code with `ftnchek' or a similar code-checking tool.
21908 `ftnchek' can be found at `ftp://ftp.netlib.org/fortran' or
21911 Here are some sample `Makefile' rules using `ftnchek' "project"
21916 # Dummy suffix for ftnchek targets:
21925 # Flags for ftnchek:
21933 ftnchek $(filter-out $*.prj,$(PRJS)) $(CHEKFLAGS) \
21938 ftnchek $(CHEKFLAGS) -noextern -project -library $<
21943 # ftnchek project files:
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/po/it/
H A Dkdevelop.po1792 #~ "<b>Gdb command sent when debugger is not running</b><br>The command was:"
2340 #~ "GDB command."
12469 #~ "RDB command."
12666 #~ msgid "Run ftnchek"
12667 #~ msgstr "Esegui ftnchek"
12670 #~ "<b>Run ftnchek</b><p>Runs <b>ftnchek</b> to check fortran programs for "
12671 #~ "semantic errors. Configure ftnchek options in project settings dialog, "
12674 #~ "<b>Esegue ftnchek</b><p>Esegue <b>ftnchek</b> per controllare gli errori "
12675 #~ "di semantica per i programmi fortran. Configura le opzioni di ftnchek "
17329 #~ "<b>Execute shell command</b><p>Executes a shell command and outputs its "
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/po/nds/
H A Dkdevelop.po1790 #~ "<b>Gdb command sent when debugger is not running</b><br>The command was:"
1895 #~ "Current command text: '%2'\n"
2294 #~ "GDB command."
13658 #~ "RDB command."
13758 #~ msgid "Run ftnchek"
13762 #~ "<b>Run ftnchek</b><p>Runs <b>ftnchek</b> to check fortran programs for "
13763 #~ "semantic errors. Configure ftnchek options in project settings dialog, "
13767 #~ "Bedüden-Fehlers. Du kannst de Optschonen för \"ftnchek\" binnen de "
15815 #~ msgid "LaTeX command name"
16953 #~ "<b>Execute shell command</b><p>Executes a shell command and outputs its "
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/po/ga/
H A Dkdevelop.po1374 #~ msgid "<b>Invalid debugger command</b><br>%1"
1377 #~ msgid "Invalid debugger command"
3448 #~ msgid "Output of the diff command"
3454 #~ msgid "Could not invoke the \"diff\" command."
3493 #~ msgid "Output of the grep command"
5931 #~ msgid "Run ftnchek"
5932 #~ msgstr "Rith ftnchek"
6494 #~ msgid "Diff command failed (%1):\n"
6716 #~ msgid "LaTeX command name"
6719 #~ msgid "MakeIndex command name"
[all …]

12