tkn_buf 207 src/filemanager/hotlist.c static GString *tkn_buf = NULL; tkn_buf 1245 src/filemanager/hotlist.c if (tkn_buf == NULL) tkn_buf 1246 src/filemanager/hotlist.c tkn_buf = g_string_new (""); tkn_buf 1247 src/filemanager/hotlist.c g_string_set_size (tkn_buf, 0); tkn_buf 1261 src/filemanager/hotlist.c g_string_append_c (tkn_buf, c); tkn_buf 1272 src/filemanager/hotlist.c g_string_free (tkn_buf, TRUE); tkn_buf 1276 src/filemanager/hotlist.c g_string_append_c (tkn_buf, c == '\n' ? ' ' : c); tkn_buf 1284 src/filemanager/hotlist.c g_string_free (tkn_buf, TRUE); tkn_buf 1295 src/filemanager/hotlist.c g_string_append_c (tkn_buf, g_ascii_toupper (c)); tkn_buf 1300 src/filemanager/hotlist.c l = tkn_buf->len; tkn_buf 1301 src/filemanager/hotlist.c if (strncmp (tkn_buf->str, "GROUP", l) == 0) tkn_buf 1303 src/filemanager/hotlist.c else if (strncmp (tkn_buf->str, "ENTRY", l) == 0) tkn_buf 1305 src/filemanager/hotlist.c else if (strncmp (tkn_buf->str, "ENDGROUP", l) == 0) tkn_buf 1307 src/filemanager/hotlist.c else if (strncmp (tkn_buf->str, "URL", l) == 0) tkn_buf 1333 src/filemanager/hotlist.c add2hotlist (g_strndup (tkn_buf->str, tkn_buf->len), 0, HL_TYPE_GROUP, tkn_buf 1342 src/filemanager/hotlist.c label = g_strndup (tkn_buf->str, tkn_buf->len); tkn_buf 1345 src/filemanager/hotlist.c url = tilde_expand (tkn_buf->str); tkn_buf 1351 src/filemanager/hotlist.c label = g_strndup (tkn_buf->str, tkn_buf->len); tkn_buf 1387 src/filemanager/hotlist.c add2hotlist (g_strndup (tkn_buf->str, tkn_buf->len), 0, HL_TYPE_GROUP, tkn_buf 1396 src/filemanager/hotlist.c label = g_strndup (tkn_buf->str, tkn_buf->len); tkn_buf 1399 src/filemanager/hotlist.c url = tilde_expand (tkn_buf->str); tkn_buf 1405 src/filemanager/hotlist.c label = g_strndup (tkn_buf->str, tkn_buf->len); tkn_buf 1718 src/filemanager/hotlist.c if (tkn_buf != NULL) tkn_buf 1720 src/filemanager/hotlist.c g_string_free (tkn_buf, TRUE); tkn_buf 1721 src/filemanager/hotlist.c tkn_buf = NULL;