tkn_buf           208 src/filemanager/hotlist.c static GString *tkn_buf = NULL;
tkn_buf          1253 src/filemanager/hotlist.c     if (tkn_buf == NULL)
tkn_buf          1254 src/filemanager/hotlist.c         tkn_buf = g_string_new ("");
tkn_buf          1255 src/filemanager/hotlist.c     g_string_set_size (tkn_buf, 0);
tkn_buf          1269 src/filemanager/hotlist.c             g_string_append_c (tkn_buf, c);
tkn_buf          1280 src/filemanager/hotlist.c                     g_string_free (tkn_buf, TRUE);
tkn_buf          1284 src/filemanager/hotlist.c             g_string_append_c (tkn_buf, c == '\n' ? ' ' : c);
tkn_buf          1292 src/filemanager/hotlist.c             g_string_free (tkn_buf, TRUE);
tkn_buf          1303 src/filemanager/hotlist.c             g_string_append_c (tkn_buf, g_ascii_toupper (c));
tkn_buf          1308 src/filemanager/hotlist.c         l = tkn_buf->len;
tkn_buf          1309 src/filemanager/hotlist.c         if (strncmp (tkn_buf->str, "GROUP", l) == 0)
tkn_buf          1311 src/filemanager/hotlist.c         else if (strncmp (tkn_buf->str, "ENTRY", l) == 0)
tkn_buf          1313 src/filemanager/hotlist.c         else if (strncmp (tkn_buf->str, "ENDGROUP", l) == 0)
tkn_buf          1315 src/filemanager/hotlist.c         else if (strncmp (tkn_buf->str, "URL", l) == 0)
tkn_buf          1341 src/filemanager/hotlist.c                 add2hotlist (g_strndup (tkn_buf->str, tkn_buf->len), 0, HL_TYPE_GROUP,
tkn_buf          1350 src/filemanager/hotlist.c                 label = g_strndup (tkn_buf->str, tkn_buf->len);
tkn_buf          1353 src/filemanager/hotlist.c                 url = tilde_expand (tkn_buf->str);
tkn_buf          1359 src/filemanager/hotlist.c             label = g_strndup (tkn_buf->str, tkn_buf->len);
tkn_buf          1395 src/filemanager/hotlist.c                 add2hotlist (g_strndup (tkn_buf->str, tkn_buf->len), 0, HL_TYPE_GROUP,
tkn_buf          1404 src/filemanager/hotlist.c                 label = g_strndup (tkn_buf->str, tkn_buf->len);
tkn_buf          1407 src/filemanager/hotlist.c                 url = tilde_expand (tkn_buf->str);
tkn_buf          1413 src/filemanager/hotlist.c             label = g_strndup (tkn_buf->str, tkn_buf->len);
tkn_buf          1726 src/filemanager/hotlist.c     if (tkn_buf != NULL)
tkn_buf          1728 src/filemanager/hotlist.c         g_string_free (tkn_buf, TRUE);
tkn_buf          1729 src/filemanager/hotlist.c         tkn_buf = NULL;