coan 4.2.4
|
Go to the source code of this file.
Data Structures | |
struct | configured_symbols_public_state_s |
Typedefs | |
typedef struct configured_symbols_public_state_s | configured_symbols_public_state_t |
Functions | |
symbol_h | configured_symbol_seek (char const **cpp) |
symbol_const_h | configured_symbol_seek_const (char const **cpp) |
symbol_h | configured_symbol_match (char const *symname, size_t len) |
symbol_const_h | configured_symbol_match_const (char const *symname, size_t len) |
void | configured_symbols_rewind (void) |
symbol_h | configured_symbol_find (canonical_string_const_h cs, size_t *start) |
line_type_t | configured_symbol_add (bool define, symbol_h sym, char const *tail, char const **pend) |
void | configured_symbols_initor (void) |
void | configured_symbols_finitor (void) |
Variables | |
configured_symbols_public_state_t * | configured_symbols_public_h |
This file provides the Configured Symbols component interface
Definition in file configured_symbols.h.