Home
last modified time | relevance | path

Searched refs:HTHistory_find (Results 1 – 4 of 4) sorted by relevance

/dports/www/libwww/w3c-libwww-5.4.2/Library/src/
H A DHTHist.h152 extern HTAnchor * HTHistory_find (HTHistory *hist, int pos);
H A DHTHist.c162 PUBLIC HTAnchor * HTHistory_find (HTHistory * hist, int pos) in HTHistory_find() function
/dports/www/libwww/w3c-libwww-5.4.2/Library/src/windows/
H A Dwwwapp.def104 HTHistory_find @ 510
/dports/www/libwww/w3c-libwww-5.4.2/LineMode/src/
H A DHTBrowse.c1004 status = HTLoadAnchor(HTHistory_find(lm->history, 1), req); in parse_command()
1147 status = HTLoadAnchor(HTHistory_find(lm->history,cnt), req); in parse_command()