coan 4.2.4
#include "line_select.h"
#include "args.h"
#include "if_control.h"
#include "directives_tally.h"
#include "io.h"
Include dependency graph for line_select.c:

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_tline_select_h = & line_select_state
line_select_public_state_tline_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)

Detailed Description

This file implements the Line Select component

Definition in file line_select.c.


Enumeration Type Documentation

Definition at line 50 of file line_select.c.

Definition at line 50 of file line_select.c.


Function Documentation

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.


Variable Documentation

Definition at line 50 of file line_select.c.

Definition at line 50 of file line_select.c.

Definition at line 50 of file line_select.c.

Definition at line 50 of file line_select.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines