coan 4.2.4
line_despatch_state_s Struct Reference

Data Fields

line_despatch_public_state_t line_despatch_public_state
void(* flushline )(bool, const char *)
size_t drop_run

Detailed Description

The global state of the Line Despatch component

Definition at line 254 of file line_despatch.c.


Field Documentation

Count of contiguous lines that are dropped together

Definition at line 265 of file line_despatch.c.

void(* line_despatch_state_s::flushline)(bool, const char *)

Pointer to the function that will be called to flush the the line-buffer to output. Will address flushline_dummy() (a no-op) when the --symbols option is specified, and otherwise flushline_line().

Definition at line 263 of file line_despatch.c.

The public state of the Line Despatch component

Definition at line 257 of file line_despatch.c.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines