Searched refs:RAWSET_STRING (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/lyaml/ext/yaml/ |
| H A D | parser.c | 69 RAWSET_STRING ("type", v); in parser_push_eventtable() 100 RAWSET_STRING ("encoding", encoding); in parse_STREAM_START() 109 #define MENTRY(_s) RAWSET_STRING(#_s, tag._s) in parser_append_tag() 213 RAWSET_STRING ("style", style); in parse_SCALAR() 243 RAWSET_STRING ("style", style); in parse_SEQUENCE_START() 273 RAWSET_STRING ("style", style); in parse_MAPPING_START()
|
| H A D | scanner.c | 70 RAWSET_STRING ("type", v); in scanner_push_tokentable() 100 RAWSET_STRING ("encoding", encoding); in scan_STREAM_START() 192 RAWSET_STRING ("style", style); in scan_SCALAR()
|
| H A D | lyaml.h | 66 #define RAWSET_STRING(_k, _v) \ macro
|