tkn_buf           206 src/filemanager/hotlist.c static GString *tkn_buf = NULL;
tkn_buf          1243 src/filemanager/hotlist.c     if (tkn_buf == NULL)
tkn_buf          1244 src/filemanager/hotlist.c         tkn_buf = g_string_new ("");
tkn_buf          1245 src/filemanager/hotlist.c     g_string_set_size (tkn_buf, 0);
tkn_buf          1259 src/filemanager/hotlist.c             g_string_append_c (tkn_buf, c);
tkn_buf          1270 src/filemanager/hotlist.c                     g_string_free (tkn_buf, TRUE);
tkn_buf          1274 src/filemanager/hotlist.c             g_string_append_c (tkn_buf, c == '\n' ? ' ' : c);
tkn_buf          1282 src/filemanager/hotlist.c             g_string_free (tkn_buf, TRUE);
tkn_buf          1293 src/filemanager/hotlist.c             g_string_append_c (tkn_buf, g_ascii_toupper (c));
tkn_buf          1298 src/filemanager/hotlist.c         l = tkn_buf->len;
tkn_buf          1299 src/filemanager/hotlist.c         if (strncmp (tkn_buf->str, "GROUP", l) == 0)
tkn_buf          1301 src/filemanager/hotlist.c         else if (strncmp (tkn_buf->str, "ENTRY", l) == 0)
tkn_buf          1303 src/filemanager/hotlist.c         else if (strncmp (tkn_buf->str, "ENDGROUP", l) == 0)
tkn_buf          1305 src/filemanager/hotlist.c         else if (strncmp (tkn_buf->str, "URL", l) == 0)
tkn_buf          1330 src/filemanager/hotlist.c             new_grp = add2hotlist (g_strndup (tkn_buf->str, tkn_buf->len), 0, HL_TYPE_GROUP,
tkn_buf          1339 src/filemanager/hotlist.c             label = g_strndup (tkn_buf->str, tkn_buf->len);
tkn_buf          1342 src/filemanager/hotlist.c             url = tilde_expand (tkn_buf->str);
tkn_buf          1348 src/filemanager/hotlist.c             label = g_strndup (tkn_buf->str, tkn_buf->len);
tkn_buf          1383 src/filemanager/hotlist.c             new_grp = add2hotlist (g_strndup (tkn_buf->str, tkn_buf->len), 0, HL_TYPE_GROUP,
tkn_buf          1392 src/filemanager/hotlist.c             label = g_strndup (tkn_buf->str, tkn_buf->len);
tkn_buf          1395 src/filemanager/hotlist.c             url = tilde_expand (tkn_buf->str);
tkn_buf          1401 src/filemanager/hotlist.c             label = g_strndup (tkn_buf->str, tkn_buf->len);
tkn_buf          1715 src/filemanager/hotlist.c     if (tkn_buf != NULL)
tkn_buf          1717 src/filemanager/hotlist.c         g_string_free (tkn_buf, TRUE);
tkn_buf          1718 src/filemanager/hotlist.c         tkn_buf = NULL;