coan 4.2.4
|
Go to the source code of this file.
Data Structures | |
struct | chew_state_s |
Typedefs | |
typedef struct chew_state_s | chew_state_t |
Enumerations | |
enum | chew_storage_type { chew_storage_type = STATE_STATIC } |
enum | chew_init_type { chew_initialisation_type = ZERO_INITABLE } |
Functions | |
void | chew_initor (void) |
void | chew_finitor (void) |
static bool | is_line_continuation (char const *cp) |
char const * | chew_continuation (char const *cp) |
char const * | chew_symbol (char const *cp) |
char const * | chew_string (char const *cp) |
char const * | chew_unbroken_string (char const *cp) |
char const * | chew_macro_call (char const *cp) |
char const * | chew_header_name (char const *cp) |
unsigned | eol (char const *cp) |
char const * | chew_on (char const *cp) |
void | chew_toplevel (void) |
Variables | |
static chew_state_t | chew_state |
chew_state_t * | chew_h = & chew_state |
chew_public_state_t * | chew_public_h = ( chew_public_state_t *)& chew_state |
static const chew_state_t *const | chew_static_initialiser_h |
void(* | chew_init_h )(chew_state_t *) |
void(* | chew_finis_h )(chew_state_t *) |
This file implements the Chew component
Definition in file chew.c.