#include <stdio.h>
#include "parm.h"
#include "stree/ststructs.mh"
#include "sigs.h"
#include "stree/is_ptr.h"
Go to the source code of this file.
Defines | |
#define | DEBUG |
#define | IFDEBUG(x) x |
#define | ERR_NODE_DEFINED |
Functions | |
checksigs (NODE *p, dont_coerce) | |
tl_checksigs (NODE *p) | |
Variables | |
NODE * | curr_tsig = NIL |
boolean | in_sig |
NODE * | err_node = NIL |
char * | err_msg |
NODE * | val_Boolean |
NODE * | val_Void |
NODE * | var_Void |
NODE * | sig_Signature |
int | yynerrs |
FILE * | unparse_file |
#define DEBUG |
Definition at line 1 of file checksigs.c.
#define ERR_NODE_DEFINED |
Definition at line 22 of file checksigs.c.
#define IFDEBUG | ( | x | ) | x |
Definition at line 4 of file checksigs.c.
checksigs | ( | NODE * | p, | |
dont_coerce | ||||
) |
Definition at line 49 of file checksigs.c.
References amatch(), comp_st(), curr_tsig, dbgmsg, delcomp(), err_msg, err_node, ERR_SIG, errmsg0, failed_comp, FALSE, findsig(), has_sig, IFDEBUG, in_sig, is_empty, is_ptr, is_unique(), kindname(), length(), lock, MAXSTRLEN, NIL, prtree(), sig, sig_Signature, sig_structure(), subst(), SUCCESS, tl_findsig(), TRUE, unlock, unparse(), unparse_file, val_Boolean, val_Void, var_Void, vfree, and yynerrs.
Referenced by Gpush_size(), and tl_checksigs().
tl_checksigs | ( | NODE * | p | ) |
Definition at line 589 of file checksigs.c.
References checksigs(), FALSE, and NIL.
Referenced by main().
char* err_msg |
FILE* unparse_file |
int yynerrs |
Definition at line 31 of file testvertex.c.