coan 4.2.4
The Unconfigured Symbols component interface
Collaboration diagram for The Unconfigured Symbols component interface:

Modules

 Macro-generated code

Files

file  unconfigured_symbols.c
file  unconfigured_symbols.h
file  unconfigured_symbols.h

Functions

void unconfigured_symbol_tally (char const *name, size_t len)

Detailed Description

interface.


Function Documentation

void unconfigured_symbol_tally ( char const *  name,
size_t  len 
)

Tally an occurrence of an unconfigured symbol.

Parameters:
Pointerto the symbol name.
lenThe length of the symbol name.

Definition at line 72 of file unconfigured_symbols.c.

References GET_PUBLIC, ptr_set_insert(), ptr_set_search(), report_symbol(), and symbol_new().

Referenced by eval_line(), eval_possible_symbol(), and eval_unary().

Here is the call graph for this function:

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines