tkn_buf 207 src/filemanager/hotlist.c static GString *tkn_buf = NULL; tkn_buf 1240 src/filemanager/hotlist.c if (tkn_buf == NULL) tkn_buf 1241 src/filemanager/hotlist.c tkn_buf = g_string_new (""); tkn_buf 1242 src/filemanager/hotlist.c g_string_set_size (tkn_buf, 0); tkn_buf 1256 src/filemanager/hotlist.c g_string_append_c (tkn_buf, c); tkn_buf 1267 src/filemanager/hotlist.c g_string_free (tkn_buf, TRUE); tkn_buf 1271 src/filemanager/hotlist.c g_string_append_c (tkn_buf, c == '\n' ? ' ' : c); tkn_buf 1279 src/filemanager/hotlist.c g_string_free (tkn_buf, TRUE); tkn_buf 1290 src/filemanager/hotlist.c g_string_append_c (tkn_buf, g_ascii_toupper (c)); tkn_buf 1295 src/filemanager/hotlist.c l = tkn_buf->len; tkn_buf 1296 src/filemanager/hotlist.c if (strncmp (tkn_buf->str, "GROUP", l) == 0) tkn_buf 1298 src/filemanager/hotlist.c else if (strncmp (tkn_buf->str, "ENTRY", l) == 0) tkn_buf 1300 src/filemanager/hotlist.c else if (strncmp (tkn_buf->str, "ENDGROUP", l) == 0) tkn_buf 1302 src/filemanager/hotlist.c else if (strncmp (tkn_buf->str, "URL", l) == 0) tkn_buf 1328 src/filemanager/hotlist.c add2hotlist (g_strndup (tkn_buf->str, tkn_buf->len), 0, HL_TYPE_GROUP, tkn_buf 1337 src/filemanager/hotlist.c label = g_strndup (tkn_buf->str, tkn_buf->len); tkn_buf 1340 src/filemanager/hotlist.c url = tilde_expand (tkn_buf->str); tkn_buf 1346 src/filemanager/hotlist.c label = g_strndup (tkn_buf->str, tkn_buf->len); tkn_buf 1382 src/filemanager/hotlist.c add2hotlist (g_strndup (tkn_buf->str, tkn_buf->len), 0, HL_TYPE_GROUP, tkn_buf 1391 src/filemanager/hotlist.c label = g_strndup (tkn_buf->str, tkn_buf->len); tkn_buf 1394 src/filemanager/hotlist.c url = tilde_expand (tkn_buf->str); tkn_buf 1400 src/filemanager/hotlist.c label = g_strndup (tkn_buf->str, tkn_buf->len); tkn_buf 1713 src/filemanager/hotlist.c if (tkn_buf != NULL) tkn_buf 1715 src/filemanager/hotlist.c g_string_free (tkn_buf, TRUE); tkn_buf 1716 src/filemanager/hotlist.c tkn_buf = NULL;