shortdef           94 src/editor/etags.c     GString *shortdef = NULL;
shortdef          120 src/editor/etags.c                 if (shortdef == NULL)
shortdef          121 src/editor/etags.c                     shortdef = g_string_sized_new (32);
shortdef          123 src/editor/etags.c                     g_string_set_size (shortdef, 0);
shortdef          132 src/editor/etags.c                 if (shortdef == NULL)
shortdef          133 src/editor/etags.c                     shortdef = g_string_sized_new (32);
shortdef          135 src/editor/etags.c                 g_string_append_c (shortdef, c);
shortdef          147 src/editor/etags.c                 if (shortdef == NULL)
shortdef          148 src/editor/etags.c                     shortdef = g_string_sized_new (32);
shortdef          150 src/editor/etags.c                 g_string_append_c (shortdef, c);
shortdef          168 src/editor/etags.c             *short_name = shortdef == NULL ? NULL : g_string_free (shortdef, FALSE);