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_
20 int cmpstia1(
const void *,
const void * );
21 int cmpstia2(
const void *,
const void * );
25 void srchtbf( f77int *, f77int *, f77int *, f77int *, f77int *,
26 char *, f77int *, f77int *, f77int * );
27 void strtbfe( f77int *, f77int *,
char *, f77int *, f77int *, f77int * );
f77int mxmtbf
Maximum number of master Code/Flag table entries, counting across all individual Code/Flag tables...
f77int ifval
Code figure or bit number.
void sorttbf(void)
This subroutine sorts the entries within the internal memory structure for storage of master Code/Fla...
f77int iffxynd
Bitwise representation of FXY number upon which this entry is dependent, if any.
int cmpstia1(const void *, const void *)
This function defines a comparison between two entries within the internal memory structure for stora...
char ifmeaning[MAX_MEANING_LEN+1]
Meaning corresponding to ifval.
void inittbf(void)
This subroutine initializes the internal memory structure for storage of master Code/Flag table entri...
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 nmtf
Number of stored master Code/Flag table entries in cfe, up to a maximum of MXMTBF.
int cmpstia2(const void *, const void *)
This function defines a comparison between two entries within the internal memory structure for stora...
This structure contains array and variable declarations used to store a master Code/Flag table entry...
f77int ifvald
Code figure or bit number upon which this entry is dependent, if any.
f77int iffxyn
Bitwise representation of FXY number to which this entry belongs.
struct code_flag_entry * cfe
Master Code/Flag table entries.
void dlloctbf(void)
This subroutine frees any memory that was dynamically allocated during a previous call to subroutine ...
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) ...