Home
last modified time | relevance | path

Searched defs:EVENTF (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/lyaml/ext/yaml/
H A Dscanner.c81 #define EVENTF(_f) (scanner->token.data.stream_start._f) in scan_STREAM_START() macro
107 #define EVENTF(_f) (scanner->token.data.version_directive._f) in scan_VERSION_DIRECTIVE() macro
122 #define EVENTF(_f) (scanner->token.data.tag_directive._f) in scan_TAG_DIRECTIVE() macro
134 #define EVENTF(_f) (scanner->token.data.alias._f) in scan_ALIAS() macro
145 #define EVENTF(_f) (scanner->token.data.anchor._f) in scan_ANCHOR() macro
156 #define EVENTF(_f) (scanner->token.data.tag._f) in scan_TAG() macro
168 #define EVENTF(_f) (scanner->token.data.scalar._f) in scan_SCALAR() macro
H A Dparser.c79 #define EVENTF(_f) (parser->event.data.stream_start._f) in parse_STREAM_START() macro
119 #define EVENTF(_f) (parser->event.data.document_start._f) in parse_DOCUMENT_START() macro
161 #define EVENTF(_f) (parser->event.data.document_end._f) in parse_DOCUMENT_END() macro
172 #define EVENTF(_f) (parser->event.data.alias._f) in parse_ALIAS() macro
183 #define EVENTF(_f) (parser->event.data.scalar._f) in parse_SCALAR() macro
220 #define EVENTF(_f) (parser->event.data.sequence_start._f) in parse_SEQUENCE_START() macro
250 #define EVENTF(_f) (parser->event.data.mapping_start._f) in parse_MAPPING_START() macro