Home
last modified time | relevance | path

Searched refs:ERROR_IFNIL (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/lyaml/ext/yaml/
H A Demitter.c101 ERROR_IFNIL ("version_directive missing key 'major'"); in emit_DOCUMENT_START()
105 ERROR_IFNIL ("version_directive missing key 'minor'"); in emit_DOCUMENT_START()
123 ERROR_IFNIL ("tag_directives item missing key 'handle'"); in emit_DOCUMENT_START()
127 ERROR_IFNIL ("tag_directives item missing key 'prefix'"); in emit_DOCUMENT_START()
H A Dlyaml.h143 #define ERROR_IFNIL(_err) \ macro