Home
last modified time | relevance | path

Searched refs:hdoc (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYStructs.h64 DocInfo hdoc; member
70 #define HDOC(n) history[n].hdoc
DLYHistory.c335 return (STREQ(doc1->address, doc->hdoc.address) in are_identical()
336 && BINEQ(doc1->post_data, doc->hdoc.post_data) in are_identical()
338 NonNull(doc->hdoc.bookmark)) in are_identical()
339 && doc1->isHEAD == doc->hdoc.isHEAD); in are_identical()