NCEPLIBS-bufr
12.0.1
|
Get the next available positional index for writing into the internal jump/link table. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | inctab (ATAG, ATYP, NODE) |
This subroutine returns the next available positional index for writing into the internal jump/link table in module tables, and it also uses that index to store atag and atyp within, respectively, the internal jump/link table arrays tag(*) and typ(*). More... | |
Get the next available positional index for writing into the internal jump/link table.
Definition in file inctab.f.
subroutine inctab | ( | character*(*) | ATAG, |
character*(*) | ATYP, | ||
NODE | |||
) |
This subroutine returns the next available positional index for writing into the internal jump/link table in module tables, and it also uses that index to store atag and atyp within, respectively, the internal jump/link table arrays tag(*) and typ(*).
If there is no more room for additional entries within the internal jump/link table, then an appropriate call is made to subroutine bort().
[in] | ATAG | - character*(*): mnemonic name. |
[in] | ATYP | - character*(*): mnemonic type. |
[in] | NODE | - integer: next available positional index for writing into the internal jump/link table. |
Definition at line 20 of file inctab.f.
References bort(), moda_tables::maxtab, moda_tables::ntab, moda_tables::tag, and moda_tables::typ.