Home | History | Annotate | Download | only in unit

Lines Matching defs:ghi

116 	emitter_kv_note(emitter, "ghi", "GHI", emitter_type_int, &i_123,
129 "\t\t\"ghi\": 123,\n"
138 "\"ghi\":123,"
146 " GHI: 123 (note_key1: \"a string\")\n"
462 emitter_col_t ghi = {emitter_justify_right, 5, emitter_type_title, {0}, {0, 0}};
463 ghi.str_val = "GHI";
468 emitter_col_init(&ghi, &row);
474 ghi.type = emitter_type_int;
478 ghi.int_val = 456;
483 ghi.int_val = 1011;
489 ghi.type = emitter_type_title;
490 ghi.str_val = "ghi";
501 "ABC title DEF title GHI\n"
504 "\"a string\" false ghi\n";