ceptr
 All Data Structures Files Functions Variables Typedefs Macros Modules Pages
spec_utils.h File Reference
#include "../src/ceptr.h"
Include dependency graph for spec_utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define startVisdump(n)   G_visdump_fn = n;G_visdump_count = 1;
 
#define endVisdump()   G_visdump_count = 0;
 
#define sYt(name, str)   name = _d_define_symbol(G_sem,str,"" #name "",TEST_CONTEXT)
 
#define sX(name, str)   Symbol name = _d_define_symbol(G_sem,str,"" #name "",TEST_CONTEXT)
 

Functions

void wjson (SemTable *sem, T *t, char *n, int i)
 
void dump2json (SemTable *sem, T *t, char *n)
 
TmakeDelta (Symbol sym, int *path, T *t, int count)
 
void _visdump (SemTable *sem, T *x, int *path)
 
void visdump (SemTable *sem, T *x)
 
void _test_reduce_signals (Receptor *r)
 
char * doSys (char *cmd)
 

Variables

char * G_visdump_fn
 
int G_visdump_count
 
bool G_done
 
Symbol A
 
Symbol B
 
Symbol C
 
Symbol D
 
Symbol E
 
Symbol F
 
Symbol Root
 

Detailed Description

Definition in file spec_utils.h.