RecGraph

typedef struct RecGraph_tag {
  short result_number[SEG_ALT]
  short next[SEG_ALT];
} RecGraph;
      

Elements:

result_number
Index of result alternative in rec_result
next
Index of the next element in RecGraph -1: end;

Reference: