#include "common.h"
#include "base/panic.h"
#include "config/config.h"
#include "core/macros.h"
#include "arena/arena.h"
#include "scan/scan.h"
#include "std/map.h"
#include "std/vector.h"
#include "std/str.h"
Go to the source code of this file.
|
void | ap_add_error (ap_t *self, const char *fmt,...) |
|
void | ap_on_string (scan_t *scan, cfg_field_t *param, char *value) |
|
void | ap_on_bool (scan_t *scan, cfg_field_t *param, bool value) |
|
void | ap_on_int (scan_t *scan, cfg_field_t *param, mpz_t value) |
|
void | ap_on_posarg (scan_t *scan, char *value) |
|
void | ap_on_invalid (scan_t *scan, char *value) |
|
void | aperror (where_t *where, void *state, scan_t *scan, const char *msg) |
|
◆ ap_add_error()
void ap_add_error |
( |
ap_t * |
self, |
|
|
const char * |
fmt, |
|
|
|
... |
|
) |
| |
◆ ap_on_bool()
◆ ap_on_int()
◆ ap_on_invalid()
void ap_on_invalid |
( |
scan_t * |
scan, |
|
|
char * |
value |
|
) |
| |
◆ ap_on_posarg()
void ap_on_posarg |
( |
scan_t * |
scan, |
|
|
char * |
value |
|
) |
| |
◆ ap_on_string()
◆ aperror()
void aperror |
( |
where_t * |
where, |
|
|
void * |
state, |
|
|
scan_t * |
scan, |
|
|
const char * |
msg |
|
) |
| |