first_chars      1231 src/editor/syntax.c         GString *first_chars;
first_chars      1236 src/editor/syntax.c         first_chars = g_string_sized_new (32);
first_chars      1243 src/editor/syntax.c             g_string_set_size (first_chars, 0);
first_chars      1246 src/editor/syntax.c             g_string_append_c (first_chars, (char) 1);
first_chars      1252 src/editor/syntax.c                 g_string_append_c (first_chars, k->keyword->str[0]);
first_chars      1255 src/editor/syntax.c             c->keyword_first_chars = g_strndup (first_chars->str, first_chars->len);
first_chars      1258 src/editor/syntax.c         g_string_free (first_chars, TRUE);