Home
last modified time | relevance | path

Searched refs:HTList_isEmpty (Results 1 – 10 of 10) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTList.h39 #define HTList_isEmpty(me) ((me) ? ((me)->next == NULL) : YES) macro
DHTAnchor.c581 if ((me->parent != parent) && !HTList_isEmpty(&parent->sources)) { in deleteLinks()
660 if (!HTList_isEmpty(&me->sources)) { in HTAnchor_delete()
734 if (!HTList_isEmpty(&me->children_notag)) { in HTAnchor_delete_links()
DHTFormat.c214 while (!HTList_isEmpty(HTPresentations)) { in HTFreePresentations()
DHTFile.c596 while (!HTList_isEmpty(HTSuffixes)) { in free_suffixes()
/mirbsd/src/gnu/usr.bin/lynx/src/
DLYLocal.c731 if (HTList_isEmpty(tagged)) /* should never happen */ in remove_tagged()
804 if (HTList_isEmpty(tagged)) /* should never happen */ in modify_tagged()
1035 if (!HTList_isEmpty(tagged)) { in local_modify()
1276 if (!HTList_isEmpty(tagged)) { in local_remove()
2087 nothing_tagged = (BOOL) (HTList_isEmpty(tagged)); in dired_options()
2339 } else if (!HTList_isEmpty(tagged) && in local_install()
2415 if (HTList_isEmpty(tagged)) { in local_install()
2489 if (HTList_isEmpty(tagged)) in clear_tags()
2642 if (!HTList_isEmpty(tagged)) { in render_item()
DLYCookie.c1881 if (!HTList_isEmpty(de->cookie_list)) { in LYAddCookieHeader()
2087 if (HTList_isEmpty(domain_list) && in LYStoreCookies()
2223 if (HTList_isEmpty(domain_list)) { in LYHandleCookies()
2285 HTList_isEmpty(de->cookie_list)) && in LYHandleCookies()
2312 if (HTList_isEmpty(de->cookie_list)) { in LYHandleCookies()
2344 if (HTList_isEmpty(de->cookie_list)) { in LYHandleCookies()
2407 if ((!HTList_isEmpty(de->cookie_list)) && in LYHandleCookies()
2421 if (HTList_isEmpty(domain_list)) { in LYHandleCookies()
DLYStyle.c569 if (HTList_isEmpty(cur)) { in parse_userstyles()
DLYStrings.c304 while (!HTList_isEmpty(list)) { in LYCloseCloset()
321 while (!HTList_isEmpty(list)) { in LYFindInCloset()
4012 while (!HTList_isEmpty(list)) in sortedList()
5186 if (!HTList_isEmpty(list)) { in LYgetBString()
DLYMainLoop.c6542 if (lynx_edit_mode && nlinks > 0 && !HTList_isEmpty(tagged)) in mainloop()
6626 if (lynx_edit_mode && nlinks > 0 && !HTList_isEmpty(tagged)) in mainloop()
DGridText.c9371 HTList_isEmpty(text->hidden_links))) { in HText_AddHiddenLink()
12045 while (loaded_texts && !HTList_isEmpty(loaded_texts)) { in free_all_texts()