![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include "defs.h"
Include dependency graph for reader.c:Go to the source code of this file.
Macros | |
| #define | LINESIZE 100 |
| #define | static |
Functions | |
| void | reader (void) |
Variables | |
| char * | cache |
| int | cinc |
| int | cache_size |
| int | ntags |
| int | tagmax |
| char ** | tag_table |
| char | saw_eof |
| char | unionized |
| char * | cptr |
| char * | line |
| int | linesize |
| bucket * | goal |
| int | prec |
| int | gensym |
| char | last_was_action |
| int | maxitems |
| bucket ** | pitem |
| int | maxrules |
| bucket ** | plhs |
| int | name_pool_size |
| char * | name_pool |
| char | line_format [] = "#line %d \"%s\"\n" |