coan 4.2.4
#include "state_utils.h"
#include "ptr_set.h"
#include "symbol.h"
Include dependency graph for configured_symbols.h:
This graph shows which files directly or indirectly include this file:

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_tconfigured_symbols_public_h

Detailed Description

This file provides the Configured Symbols component interface

Definition in file configured_symbols.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines