| 2761 | // |
| 2762 | |
| 2763 | static void gen_segment( const act* action, int column) |
| 2764 | { |
| 2765 | const blb* blob = (blb*) action->act_object; |
| 2766 | |
| 2767 | printa(column, "gds__%d", |
| 2768 | (action->act_type == ACT_segment) ? |
| 2769 | blob->blb_buff_ident : (action->act_type == ACT_segment_length) ? |
| 2770 | blob->blb_len_ident : blob->blb_ident); |
| 2771 | } |
| 2772 | |
| 2773 | |
| 2774 | //____________________________________________________________ |