Go to the source code of this file.
Data Structures | |
| struct | p_pair |
Defines | |
| #define | clr_dlist |
| #define | add_dlist(p, q) |
Functions | |
| boolean | dl_match () |
| NODE * | dl_new_decl () |
Variables | |
| ConsNode * | decl_list |
| #define add_dlist | ( | p, | |||
| q | ) |
Value:
{ struct p_pair * pp_o0p /* unreproducible id */; \
pp_o0p = (struct p_pair *) \
alloc(sizeof(struct p_pair)); \
pp_o0p -> pp_1 = lock(p); \
pp_o0p -> pp_2 = lock(q); \
decl_list = cn_cons((ANYTHING *)pp_o0p, decl_list); \
}
Definition at line 20 of file decl_pairs.h.
Referenced by comp1_st(), comp_st(), subst1(), tsubst1(), and unshare1().
| #define clr_dlist |
| boolean dl_match | ( | ) |
| NODE* dl_new_decl | ( | ) |
1.5.4