Lines Matching defs:ghi
115 emitter_kv_note(emitter, "ghi", "GHI", emitter_type_int, &i_123,
128 "\t\t\"ghi\": 123,\n"
137 "\"ghi\":123,"
145 " GHI: 123 (note_key1: \"a string\")\n"
506 emitter_col_t ghi = {
508 ghi.str_val = "GHI";
513 emitter_col_init(&ghi, &row);
519 ghi.type = emitter_type_int;
523 ghi.int_val = 456;
528 ghi.int_val = 1011;
534 ghi.type = emitter_type_title;
535 ghi.str_val = "ghi";
546 "ABC title DEF title GHI\n"
549 "\"a string\" false ghi\n";