Go to the source code of this file.
◆ TAG_CALLBACK() [1/3]
static TAG_CALLBACK |
( |
pod_cut |
| ) |
|
|
static |
Definition at line 8 of file pod.h.
const lzma_allocator const uint8_t size_t uint8_t * out
void out_printf(Output *out, char *str,...) __attribute__((format(printf
References out, and out_printf().
◆ TAG_CALLBACK() [2/3]
static TAG_CALLBACK |
( |
pod_default |
| ) |
|
|
static |
◆ TAG_CALLBACK() [3/3]
static TAG_CALLBACK |
( |
pod_head1 |
| ) |
|
|
static |
Definition at line 14 of file pod.h.
22 for (
i = 0;
i <
len;
i++) {
◆ pod_args
Initial value:
Definition at line 14 of file pod.h.
◆ pod_proc
Initial value:= {
.name = "pod",
.token = " ",
.tag_pre = "=",
.tag_post = "\n",
.default_echo = 0,
.chop = 0,
.tag_begin = 1,
}
static struct Arg pod_args[]
static struct Tag pod_tags[]
Definition at line 40 of file pod.h.
◆ pod_tags
Initial value:= {
{ "head1", pod_head1 },
{ "cut", pod_cut },
}
Definition at line 14 of file pod.h.