|
codex
|

Macros | |
| #define | C(x) case (x): return #x; |
| #define | C(t, n) case (SCALAR_ ## t): return #n; |
Functions | |
| const char * | event_type_str (yaml_event_type_t t) |
| const char * | scalar_type_str (enum scalar_type t) |
| void | scalar_print (const struct scalar *s, FILE *out) |
| bool | scalar_from_event (const yaml_event_t *event, struct scalar *s) |
| int | process_yaml (struct parser *parser, FILE *out) |
| const char * event_type_str | ( | yaml_event_type_t | t | ) |
| int process_yaml | ( | struct parser * | parser, |
| FILE * | out ) |
| bool scalar_from_event | ( | const yaml_event_t * | event, |
| struct scalar * | s ) |

| void scalar_print | ( | const struct scalar * | s, |
| FILE * | out ) |

| const char * scalar_type_str | ( | enum scalar_type | t | ) |