|
coan 4.2.4
|
#include "line_select.h"#include "args.h"#include "if_control.h"#include "directives_tally.h"#include "io.h"
Go to the source code of this file.
Functions | |
| bool | dropping_line (void) |
| bool | eligible_line (int cmd_code, int directive) |
| enum | line_select_storage_type { line_select_storage_type = STATE_STATIC } |
| enum | line_select_init_type { line_select_initialisation_type = ZERO_INITABLE } |
| typedef line_select_public_state_t | line_select_state_t |
| static line_select_state_t | line_select_state |
| line_select_state_t * | line_select_h = & line_select_state |
| line_select_public_state_t * | line_select_public_h = ( line_select_public_state_t *)& line_select_state |
| static const line_select_state_t *const | line_select_static_initialiser_h |
| void(* | line_select_init_h )(line_select_state_t *) |
| void(* | line_select_finis_h )(line_select_state_t *) |
| void | line_select_initor (void) |
| void | line_select_finitor (void) |
This file implements the Line Select component
Definition in file line_select.c.
Definition at line 50 of file line_select.c.
Definition at line 50 of file line_select.c.
| void line_select_finitor | ( | void | ) |
Definition at line 50 of file line_select.c.
| void line_select_initor | ( | void | ) |
Definition at line 50 of file line_select.c.
| void(* line_select_finis_h)(line_select_state_t *) |
Definition at line 50 of file line_select.c.
Definition at line 50 of file line_select.c.
| void(* line_select_init_h)(line_select_state_t *) |
Definition at line 50 of file line_select.c.
| line_select_public_state_t* line_select_public_h = ( line_select_public_state_t *)& line_select_state |
Definition at line 50 of file line_select.c.
line_select_state_t line_select_state [static] |
Definition at line 50 of file line_select.c.
const line_select_state_t* const line_select_static_initialiser_h [static] |
Definition at line 50 of file line_select.c.