shortdef           92 src/editor/etags.c     GString *shortdef = NULL;
shortdef          118 src/editor/etags.c                 if (shortdef == NULL)
shortdef          119 src/editor/etags.c                     shortdef = g_string_sized_new (32);
shortdef          121 src/editor/etags.c                     g_string_set_size (shortdef, 0);
shortdef          130 src/editor/etags.c                 if (shortdef == NULL)
shortdef          131 src/editor/etags.c                     shortdef = g_string_sized_new (32);
shortdef          133 src/editor/etags.c                 g_string_append_c (shortdef, c);
shortdef          145 src/editor/etags.c                 if (shortdef == NULL)
shortdef          146 src/editor/etags.c                     shortdef = g_string_sized_new (32);
shortdef          148 src/editor/etags.c                 g_string_append_c (shortdef, c);
shortdef          166 src/editor/etags.c             *short_name = shortdef == NULL ? NULL : g_string_free (shortdef, FALSE);