Searched defs:MENTRY (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/lyaml/ext/yaml/ |
H A D | parser.c | 54 #define MENTRY(_s) RAWSET_INTEGER(#_s, mark._s) in parser_set_mark() macro 70 #define MENTRY(_s) parser_set_mark (L, #_s, parser->event._s) in parser_push_eventtable() macro 85 #define MENTRY(_s) \ in parse_STREAM_START() macro 109 #define MENTRY(_s) RAWSET_STRING(#_s, tag._s) in parser_append_tag() macro 133 #define MENTRY(_s) RAWSET_INTEGER(#_s, EVENTF (version_directive->_s)) in parse_DOCUMENT_START() macro 189 #define MENTRY(_s) \ in parse_SCALAR() macro 226 #define MENTRY(_s) \ in parse_SEQUENCE_START() macro 256 #define MENTRY(_s) \ in parse_MAPPING_START() macro 331 #define MENTRY(_s) \ in event_iter() macro 339 #define MENTRY(_s) \ in event_iter() macro
|
H A D | scanner.c | 55 #define MENTRY(_s) RAWSET_INTEGER (#_s, mark._s) in scanner_set_mark() macro 72 #define MENTRY(_s) scanner_set_mark (L, #_s, scanner->token._s) in scanner_push_tokentable() macro 87 #define MENTRY(_s) \ in scan_STREAM_START() macro 112 #define MENTRY(_s) RAWSET_INTEGER (#_s, EVENTF (_s)) in scan_VERSION_DIRECTIVE() macro 174 #define MENTRY(_s) \ in scan_SCALAR() macro 250 #define MENTRY(_s) \ in token_iter() macro 269 #define MENTRY(_s) \ in token_iter() macro
|
H A D | emitter.c | 55 #define MENTRY(_s) (STREQ (encoding, #_s)) { yaml_encoding = YAML_##_s##_ENCODING; } in emit_STREAM_START() macro 175 #define MENTRY(_s) (STREQ (style, #_s)) { yaml_style = YAML_##_s##_MAPPING_STYLE; } in emit_MAPPING_START() macro 220 #define MENTRY(_s) (STREQ (style, #_s)) { yaml_style = YAML_##_s##_SEQUENCE_STYLE; } in emit_SEQUENCE_START() macro 265 #define MENTRY(_s) (STREQ (style, #_s)) { yaml_style = YAML_##_s##_SCALAR_STYLE; } in emit_SCALAR() macro 329 #define MENTRY(_s) (STREQ (type, #_s)) { yaml_ok = emit_##_s (L, emitter); } in emit() macro
|
H A D | yaml.c | 46 #define MENTRY(_s) {LYAML_STR_1(_s), (_s)} macro
|