Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTAnchor.h360 extern HTList *HTAnchor_methods(HTParentAnchor *me);
DHTAnchor.c1203 HTList *HTAnchor_methods(HTParentAnchor *me) in HTAnchor_methods() function
DHTFile.c2425 HTList *methods = HTAnchor_methods(anchor); in decompressAndParse()