|
Graphviz 14.0.3~dev.20251029.0425
|
#include <assert.h>#include <expr/exlib.h>#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <util/exit.h>Go to the source code of this file.
Functions | |
| static char * | make_msg (const char *format, va_list ap) |
| void | exerror (const char *format,...) |
| void | exwarn (const char *format,...) |
| void exerror | ( | const char * | format, |
| ... | |||
| ) |
Definition at line 62 of file exerror.c.
References expr, format, free(), make_msg(), and Exstate_t::program.
Referenced by assignable(), cloneGraph(), cloneO(), cloneSubg(), closeFile(), convert(), copy(), deref(), eval(), ex_error(), exnospace(), exsubstr(), extoken_fn(), freadFile(), fwriteFile(), getArg(), getval(), in(), length(), lookup(), nxtAttr(), openFile(), prformat(), print(), readFile(), readLine(), refval(), scan(), scformat(), setval(), stringOf(), strToTvtype(), toKind(), tvtypeToStr(), typeChk(), writeFile(), xConvert(), and xPrint().
| void exwarn | ( | const char * | format, |
| ... | |||
| ) |
Definition at line 79 of file exerror.c.
References ERROR_WARNING, expr, format, free(), make_msg(), and Exstate_t::program.
Referenced by exsub(), readFile(), and writeFile().
|
static |