Home
last modified time | relevance | path

Searched refs:chosen_url (Results 1 – 2 of 2) sorted by relevance

/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Durl.c608 if (have_url_count && chosen_url != NULL) in delete_current_url()
610 list_node_t *prev = chosen_url->prev; in delete_current_url()
611 list_node_t *next = chosen_url->next; in delete_current_url()
616 if (chosen_url == newest_url) in delete_current_url()
618 if (chosen_url == active_url) in delete_current_url()
622 free(((URLDATA *)chosen_url->data)->text); in delete_current_url()
623 free(chosen_url->data); in delete_current_url()
624 free(chosen_url); in delete_current_url()
633 if (have_url_count && chosen_url != NULL) in open_current_url()
636 url_win_clicked_url = chosen_url; in open_current_url()
[all …]
/dports/deskutils/plans/plans_8.2.1/
H A Dplans.cgi213 $chosen_url = $q->param('theme_url');
214 $chosen_url = $cookie_parms{'theme_url'} if ($chosen_url eq "");
215 $theme_url = $chosen_url if ($chosen_url ne "");