Home
last modified time | relevance | path

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

/freebsd/contrib/lyaml/ext/yaml/
H A Demitter.c53 RAWGET_STRDUP (encoding); lua_pop (L, 1); in emit_STREAM_START()
173 RAWGET_STRDUP (style); lua_pop (L, 1); in emit_MAPPING_START()
218 RAWGET_STRDUP (style); lua_pop (L, 1); in emit_SEQUENCE_START()
263 RAWGET_STRDUP (style); lua_pop (L, 1); in emit_SCALAR()
322 RAWGET_STRDUP (type); lua_pop (L, 1); in emit()
H A Dlyaml.h106 #define RAWGET_STRDUP(_k) \ macro