Lines Matching refs:selection1

44 	if (local.selection1 != NULL)	// Variables  in tilp_local_selection_destroy()
46 g_list_free(local.selection1); in tilp_local_selection_destroy()
47 local.selection1 = NULL; in tilp_local_selection_destroy()
79 local.selection1 == NULL && local.selection3 == NULL && 1 && local.selection5 == NULL) in tilp_local_selection_ready()
93 …if (local.selection1 == NULL && local.selection3 == NULL && local.selection4 == NULL && local.sele… in tilp_local_selection_display()
101 for(ptr = local.selection1; ptr; ptr = ptr->next) in tilp_local_selection_display()
191 local.selection1 = g_list_append(local.selection1, fe1); in tilp_local_contents_load()
239 local.selection1 = g_list_append(local.selection1, fe1); in tilp_local_contents_load()
269 local.selection1 = g_list_append(local.selection1, fe); in tilp_local_contents_load()
303 if (local.selection1) in tilp_local_contents_load()
309 for(ptr = local.selection1; ptr; ptr = ptr->next) in tilp_local_contents_load()
333 if (local.selection1 != NULL) in tilp_local_contents_unload()
335 for(ptr = local.selection1; ptr; ptr = ptr->next) in tilp_local_contents_unload()
360 if (local.selection1 == NULL) in tilp_local_change_folder()
363 for(ptr = local.selection1; ptr; ptr = ptr->next) in tilp_local_change_folder()
378 if (local.selection1 == NULL) in tilp_local_update_varlist()
384 for(ptr = local.selection1; ptr; ptr = ptr->next) in tilp_local_update_varlist()
431 if (remote.selection1 != NULL) in tilp_remote_selection_destroy()
433 g_list_free(remote.selection1); in tilp_remote_selection_destroy()
434 remote.selection1 = NULL; in tilp_remote_selection_destroy()
446 if (remote.selection1 == NULL) in tilp_remote_selection_ready()
470 if (remote.selection1 == NULL) in tilp_remote_selection_display()
473 for(ptr = remote.selection1; ptr; ptr = ptr->next) in tilp_remote_selection_display()