Home
last modified time | relevance | path

Searched refs:JSON_OBJECT (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/file/dist/src/
H A Dis_json.c65 #define JSON_OBJECT 3 macro
370 if (lvl > 1 && (st[JSON_OBJECT] || st[JSON_ARRAYN])) in json_parse()
386 t = JSON_OBJECT; in json_parse()
417 return (st[JSON_ARRAYN] || st[JSON_OBJECT]) ? 1 : 0; in json_parse()
419 return (st[JSON_ARRAYN] || st[JSON_OBJECT]) ? 2 : 0; in json_parse()
462 P(JSON_OBJECT), P(JSON_ARRAY), P(JSON_STRING), P(JSON_CONSTANT), in file_is_json()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Djson.h52 JSON_OBJECT, enumerator
93 enum kind get_kind () const FINAL OVERRIDE { return JSON_OBJECT; } in get_kind()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Djson.h52 JSON_OBJECT, enumerator
93 enum kind get_kind () const FINAL OVERRIDE { return JSON_OBJECT; } in get_kind()