first_chars 1254 src/editor/syntax.c GString *first_chars; first_chars 1259 src/editor/syntax.c first_chars = g_string_sized_new (32); first_chars 1266 src/editor/syntax.c g_string_set_size (first_chars, 0); first_chars 1269 src/editor/syntax.c g_string_append_c (first_chars, (char) 1); first_chars 1275 src/editor/syntax.c g_string_append_c (first_chars, k->keyword->str[0]); first_chars 1278 src/editor/syntax.c c->keyword_first_chars = g_strndup (first_chars->str, first_chars->len); first_chars 1281 src/editor/syntax.c g_string_free (first_chars, TRUE);