Home
last modified time | relevance | path

Searched +refs:ftnchek +refs:mode (Results 1 – 25 of 69) sorted by relevance

123

/dports/devel/ftnchek/ftnchek-3.3.1/
H A DINSTALL3 To build and install ftnchek, follow the instructions below for your
16 uncompress ftnchek.tar.Z
17 tar -xf ftnchek.tar
35 Next, build ftnchek with the command:
65 recognize ftnchek project files for what they are.
124 proceeding to build ftnchek.
191 "config-win32.h" to "config.h". Build ftnchek.exe.
271 hand if compiling ftnchek on other systems.
284 $ ftnchek -list -sym average
311 ftnchek.el is an Emacs lisp package that provides an ftnchek mode.
[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.
81 following last END statement in -list mode.
87 This file is not necessary to build ftnchek, but without it wildcards
89 no longer bundled with ftnchek, but is obtainable at the ftnchek home
H A Dftnchek.doc172 Begin library mode: do not warn about subprograms in file that
538 In the default mode, if a routine is called by more than one
546 were created in -library mode. See the discussion of project
1597 Produce declarations in free source form. This mode is
1686 mode is automatically used if the input source is free
1913 when not in library mode, no trimming of common block dec-
2612 mode, but library mode has the additional effect of sup-
2881 turned off. In this mode, ftnchek saves, besides the information
2888 project files in library mode.
2895 in either mode.
[all …]
H A Dftnchek.hlp250 In the default mode, if a routine is called by more than one
257 created in /library mode. See the discussion of project files below.
1016 mode is automatically used if the input source is free form.
1079 form. This mode is automatically used if the input source is
1245 not in library mode, no trimming of common block declarations
1266 with no option list is the recommended mode. The trim options are
1466 This is the default mode unless the source file extension is
1770 warning is suppressed in library mode, but library mode has
1986 /library flag turned off. In this mode, ftnchek saves, besides the
1993 tion in creating the project files in library mode.
[all …]
H A Dproject-doc.tex32 This is a description of {\tt ftnchek} project-file format, version P3
33 (for {\tt ftnchek} versions 2.11 and later). This description is
42 interested in, see the {\tt ftnchek} documentation.
83 The top-level routine in {\tt ftnchek} that is invoked to create a
88 Here is the project file produced by {\tt ftnchek} from the sample
170 If {\tt ftnchek} reads a project file with a different
200 -library} mode). There are three additional values (all 0) to
279 {\tt -library} mode) of a reference to that external is retained for
318 than a limit {\tt MAXEXPRTEXT} set in {\tt ftnchek.h}.)
349 project file is created in {\tt -library} mode, in which case only one
[all …]
/dports/devel/ftnchek/ftnchek-3.3.1/test/
H A Dcheck.bat2 rem CHECK.BAT - batch file for smoke-testing ftnchek.
39 rem Do the LISTOUT group again, but in expert mode (-nonovice switch).
40 echo checking listing output in expert mode:
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
[all …]
H A Dlistout2.bat1 rem Batch file for checking listing output (in novice and expert mode).
3 ..\ftnchek.exe %DEFAULT_FLAGS% %3 %1.f > %1.%2
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
66 # *.fcl (or *.fcx in -nonovice, i.e. expert mode). Note: Those with
137 # Rule for expert-mode listings. Same as above except for -nonovice flag.
242 if [ -f "$$HOME/ftnchek.ini" ] ; then \
243 echo "WARNING ===> $$HOME/ftnchek.ini exists <==="; \
277 # checkexpert is like checklistings but uses -nonovice mode to get
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/progmodes/
H A Dcompile.el237 (ftnchek
1761 (defun compilation-start (command &optional mode name-function highlight-regexp)
1779 (or mode (setq mode 'compilation-mode))
1781 (if (eq mode t)
1783 (replace-regexp-in-string "-mode\\'" "" (symbol-name mode))))
1793 (compilation-buffer-name name-of-mode mode name-function)))
1893 (list command mode name-function highlight-regexp))
1925 (if (eq mode t)
1950 (unless (eq mode t)
2222 (defmacro define-compilation-mode (mode name doc &rest body)
[all …]
/dports/editors/emacs/emacs-27.2/lisp/progmodes/
H A Dcompile.el238 (ftnchek
1678 (defun compilation-start (command &optional mode name-function highlight-regexp)
1696 (or mode (setq mode 'compilation-mode))
1698 (if (eq mode t)
1700 (replace-regexp-in-string "-mode\\'" "" (symbol-name mode))))
1707 (compilation-buffer-name name-of-mode mode name-function)))
1798 (list command mode name-function highlight-regexp))
1831 (if (eq mode t)
1856 (unless (eq mode t)
2124 (defmacro define-compilation-mode (mode name doc &rest body)
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/
H A DChangeLog.1127 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
31 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
32 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
35 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
45 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
46 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
1747 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
1917 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
2331 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
2700 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
[all …]
/dports/editors/emacs/emacs-27.2/lisp/
H A DChangeLog.1127 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
31 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
32 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
35 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
45 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
46 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
1747 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
1917 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
2331 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
2700 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/po/ta/
H A Dkdevelop.po9048 #~ msgid "I&DEAl window mode"
9053 #~ "mode."
9073 #~ msgid "&Tabbed pages mode"
9087 #~ msgid "To&plevel window mode"
9183 #~ msgid "TV mode"
13235 #~ msgid "Run ftnchek"
13236 #~ msgstr "ftnchekவை இயக்கவும்"
13239 #~ "<b>Run ftnchek</b><p>Runs <b>ftnchek</b> to check fortran programs for "
13244 #~ "<b>ftnchek</b>ஐ இயக்கும். ftnchek தேர்வுகளை அமைக்க திட்ட அமைவு உரையாடலில் "
15230 #~ msgid "Use batch mode"
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/po/tg/
H A Dkdevelop.po9623 #~ msgid "I&DEAl window mode"
9629 #~ "mode."
9634 #~ msgid "C&hildframe window mode"
9650 #~ msgid "&Tabbed pages mode"
9665 #~ msgid "To&plevel window mode"
9827 #~ msgid "TV mode"
14459 #~ msgid "Run ftnchek"
14460 #~ msgstr "Запустить ftnchek"
14464 #~ "<b>Run ftnchek</b><p>Runs <b>ftnchek</b> to check fortran programs for "
14468 #~ "<b>Запустить ftnchek</b><p>Запускает <b>ftnchek</b> для проверки программ "
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/f/
H A Dg77.texi5539 It can be used in @command{f2c} mode with
5575 @pindex ftnchek
6162 language mode difficult.
6178 mode afterward.
7756 @pindex ftnchek
8725 a ``pure visual'' mode, where
10520 @pindex ftnchek
10535 # Dummy suffix for ftnchek targets:
10544 # Flags for ftnchek:
10562 # ftnchek project files:
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/f/
H A Dg77.texi5539 It can be used in @command{f2c} mode with
5575 @pindex ftnchek
6162 language mode difficult.
6178 mode afterward.
7756 @pindex ftnchek
8725 a ``pure visual'' mode, where
10520 @pindex ftnchek
10535 # Dummy suffix for ftnchek targets:
10544 # Flags for ftnchek:
10562 # ftnchek project files:
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/po/en_GB/
H A Dkdevelop.po4824 #~ msgstr "Normal mode"
9700 #~ "mode."
9703 #~ "mode."
9867 #~ msgid "TV mode"
9868 #~ msgstr "TV mode"
13827 #~ msgid "Run ftnchek"
13828 #~ msgstr "Run ftnchek"
13831 #~ "<b>Run ftnchek</b><p>Runs <b>ftnchek</b> to check fortran programs for "
13835 #~ "<b>Run ftnchek</b><p>Runs <b>ftnchek</b> to check fortran programs for "
15873 #~ msgid "Use batch mode"
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/po/is/
H A Dkdevelop.po8387 #~ msgid "&Simplified IDEAl window mode"
8391 #~ msgid "I&DEAl window mode"
8397 #~ "mode."
8401 #~ msgid "C&hildframe window mode"
8421 #~ msgid "To&plevel window mode"
8461 #~ msgid "TV mode"
11587 #~ msgid "Run ftnchek"
11588 #~ msgstr "Keyra ftnchek"
11592 #~ "<b>Run ftnchek</b><p>Runs <b>ftnchek</b> to check fortran programs for "
13554 #~ msgid "Use batch mode"
[all …]
/dports/textproc/htdig/htdig-3.2.0b6/installdir/
H A DHtFileType-magic2021 >>4 lelong&0x100 0x000 mode 2
2022 >>4 lelong&0x100 0x100 mode 3
2023 >4 lelong&0xFFFFFF00 !0 unknown mode
3135 >0xe02 byte&0x03 0x00 , landscape mode
3136 >0xe02 byte&0x03 0x01 , portrait mode
3137 >0xe02 byte&0x03 0x02 , landscape mode
3138 >0xe02 byte&0x03 0x03 , portrait mode
4129 >4 byte 0 mode: CBC,
4130 >4 byte 1 mode: ECB,
5537 # Magic strings for ftnchek project files. Alexander Mai
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/po/hr/
H A Dkdevelop.po8581 #~ msgid "&Simplified IDEAl window mode"
8585 #~ msgid "I&DEAl window mode"
8591 #~ "mode."
8597 #~ msgid "C&hildframe window mode"
8612 #~ msgid "&Tabbed pages mode"
8627 #~ msgid "To&plevel window mode"
8682 #~ msgid "TV mode"
11983 #~ msgid "Run ftnchek"
11984 #~ msgstr "Pokreni ftnchek"
14194 #~ msgid "Use batch mode"
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/kfs/
H A Dkfsmagic5544 >4 byte 0 mode: CBC,
5545 >4 byte 1 mode: ECB,
5546 >4 byte 2 mode: CFB,
5547 >4 byte 3 mode: OFB,
7247 # Magic strings for ftnchek project files. Alexander Mai
7248 0 string FTNCHEK_\ P project file for ftnchek
15587 >4 byte 0 mode: CBC,
15588 >4 byte 1 mode: ECB,
15589 >4 byte 2 mode: CFB,
17290 # Magic strings for ftnchek project files. Alexander Mai
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/kfs/
H A Dkfsmagic5544 >4 byte 0 mode: CBC,
5545 >4 byte 1 mode: ECB,
5546 >4 byte 2 mode: CFB,
5547 >4 byte 3 mode: OFB,
7247 # Magic strings for ftnchek project files. Alexander Mai
7248 0 string FTNCHEK_\ P project file for ftnchek
15587 >4 byte 0 mode: CBC,
15588 >4 byte 1 mode: ECB,
15589 >4 byte 2 mode: CFB,
17290 # Magic strings for ftnchek project files. Alexander Mai
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/po/ga/
H A Dkdevelop.po4606 #~ msgid "TV mode"
4750 #~ msgid "Set project to be built in debug mode"
5931 #~ msgid "Run ftnchek"
5932 #~ msgstr "Rith ftnchek"
6014 #~ msgid "Borland TP 7.0 compatibility mode"
6017 #~ msgid "GNU Pascal compatibility mode"
6391 #~ msgctxt "Switch between overlap and side by side mode"
6737 #~ msgid "Use batch mode"
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/doc/
H A Dg77.info10039 3. File mode
10102 3. File mode
11660 3. File mode
11728 3. File mode
12925 3. File mode
12990 3. File mode
20329 visual" mode, where the interpretation of a source program in this mode
21916 # Dummy suffix for ftnchek targets:
21925 # Flags for ftnchek:
21943 # ftnchek project files:
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/doc/
H A Dg77.info10039 3. File mode
10102 3. File mode
11660 3. File mode
11728 3. File mode
12925 3. File mode
12990 3. File mode
20329 visual" mode, where the interpretation of a source program in this mode
21916 # Dummy suffix for ftnchek targets:
21925 # Flags for ftnchek:
21943 # ftnchek project files:
[all …]

123