Home
last modified time | relevance | path

Searched refs:script_href_base (Results 1 – 3 of 3) sorted by relevance

/dports/www/links/links-2.25/
H A Dhtml_r.c171 if (scr->script_href_base) mem_free(scr->script_href_base); in clear_formatted()
978 if (t && !f->script_href_base) f->script_href_base = stracpy(format_.href_base); in process_script()
982 u = join_urls(f->script_href_base, t); in process_script()
995 if (!f->script_href_base) f->script_href_base = stracpy(format_.href_base); in set_base()
H A Djsint.c510 if (fd->f_data->script_href_base && ((url = join_urls(fd->f_data->script_href_base, val)))) { in jsint_scan_script_tags()
3747 …if (fd->f_data&&fd->f_data->script_href_base) vecirek=join_urls(fd->f_data->script_href_base,fax->… in js_upcall_set_image_src()
H A Dlinks.h3375 unsigned char *script_href_base; member