Home
last modified time | relevance | path

Searched refs:HTList_removeLastObject (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTList.h92 extern void *HTList_removeLastObject(HTList *me);
DHTAAProt.c549 while ((data = HTList_removeLastObject(known_grp)) != NULL) { in clear_uidgid_cache()
556 while ((data = HTList_removeLastObject(known_pwd)) != NULL) { in clear_uidgid_cache()
DHTList.c310 void *HTList_removeLastObject(HTList *me) in HTList_removeLastObject() function
DHTFormat.c219 pres = (HTPresentation *) HTList_removeLastObject(HTPresentations); in HTFreePresentations()
DHTFile.c600 suff = (HTSuffix *) HTList_removeLastObject(HTSuffixes); in free_suffixes()
/mirbsd/src/gnu/usr.bin/lynx/src/
DLYCgi.c75 while ((ptr = HTList_removeLastObject(alloced)) != NULL) { in free_alloced_lynxcgi()
DLYLocal.c2486 while ((cp = (char *) HTList_removeLastObject(tagged)) != NULL) { in clear_tags()
DGridText.c12046 if ((cur = (HText *) HTList_removeLastObject(loaded_texts)) != NULL) { in free_all_texts()