8#define MAX_MEANING_LEN 150
11#define cmpstia1 cmpstia1_
12#define cmpstia2 cmpstia2_
13#define dlloctbf dlloctbf_
14#define inittbf inittbf_
15#define sorttbf sorttbf_
16#define srchtbf srchtbf_
17#define strtbfe strtbfe_
20int cmpstia1(
const void *,
const void * );
21int cmpstia2(
const void *,
const void * );
25void srchtbf( f77int *, f77int *, f77int *, f77int *, f77int *,
26 char *, f77int *, f77int *, f77int * );
27void strtbfe( f77int *, f77int *,
char *, f77int *, f77int *, f77int * );
char ifmeaning[MAX_MEANING_LEN+1]
Meaning corresponding to ifval.
void dlloctbf(void)
This subroutine frees any memory that was dynamically allocated during a previous call to subroutine ...
void strtbfe(f77int *, f77int *, char *, f77int *, f77int *, f77int *)
This subroutine adds a new entry to the internal memory structure for storage of master Code/Flag tab...
f77int mxmtbf
Maximum number of master Code/Flag table entries, counting across all individual Code/Flag tables,...
f77int iffxynd
Bit-wise representation of FXY number upon which this entry is dependent, if any.
f77int nmtf
Number of stored master Code/Flag table entries in cfe, up to a maximum of MXMTBF.
f77int ifval
Code figure or bit number.
int cmpstia1(const void *, const void *)
This function defines a comparison between two entries within the internal memory structure for stora...
f77int ifvald
Code figure or bit number upon which this entry is dependent, if any.
void inittbf(void)
This subroutine initializes the internal memory structure for storage of master Code/Flag table entri...
int cmpstia2(const void *, const void *)
This function defines a comparison between two entries within the internal memory structure for stora...
f77int iffxyn
Bit-wise representation of FXY number to which this entry belongs.
struct code_flag_entry * cfe
Master Code/Flag table entries.
void srchtbf(f77int *, f77int *, f77int *, f77int *, f77int *, char *, f77int *, f77int *, f77int *)
This subroutine searches for a specified FXY number and associated value (code figure or bit number) ...
void sorttbf(void)
This subroutine sorts the entries within the internal memory structure for storage of master Code/Fla...
This structure contains array and variable declarations used to store a master Code/Flag table entry.