#include "parm.h"
#include "consnodes.h"
Go to the source code of this file.
Functions | |
ConsNode * | cn_cons (ANYTHING *hd, ConsNode *tl) |
ConsNode * | cn_del_hd (ConsNode *l) |
Definition at line 16 of file consnodes.c.
References BADflag, cn_sethead, cn_settail, diagmsg, malloc, and retaddr().
Referenced by addleft(), addright(), copylist(), find_equiv_regs(), findidsig(), findsig(), and if().
Definition at line 41 of file consnodes.c.
References BADflag, cn_tail, diagmsg, free, and retaddr().
Referenced by clear_equiv_regs(), and tl_findsig().