first_chars 1252 src/editor/syntax.c GString *first_chars; first_chars 1257 src/editor/syntax.c first_chars = g_string_sized_new (32); first_chars 1264 src/editor/syntax.c g_string_set_size (first_chars, 0); first_chars 1267 src/editor/syntax.c g_string_append_c (first_chars, (char) 1); first_chars 1273 src/editor/syntax.c g_string_append_c (first_chars, k->keyword->str[0]); first_chars 1276 src/editor/syntax.c c->keyword_first_chars = g_strndup (first_chars->str, first_chars->len); first_chars 1279 src/editor/syntax.c g_string_free (first_chars, TRUE);