Home
last modified time | relevance | path

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

/dports/www/libwww/w3c-libwww-5.4.2/Library/src/
H A DHTHist.h221 extern HTAnchor * HTHistory_forward (HTHistory *hist);
H A DHTHist.c242 PUBLIC HTAnchor * HTHistory_forward (HTHistory * hist) in HTHistory_forward() function
/dports/www/libwww/w3c-libwww-5.4.2/Library/src/windows/
H A Dwwwapp.def110 HTHistory_forward @ 516
/dports/www/libwww/w3c-libwww-5.4.2/LineMode/src/
H A DHTBrowse.c976 status = HTLoadAnchor(HTHistory_forward(lm->history), req); in parse_command()