Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYMainLoop.c154 are_different(p,n))
157 (track_internal_links || are_different(c,n))
163 static int are_different(DocInfo *doc1, DocInfo *doc2);
688 if (are_different(&curdoc, &newdoc)) { in do_check_goto_URL()
1436 if (are_different(&curdoc, &newdoc)) { in handle_LYK_ACTIVATE()
2334 if (are_different(&curdoc, &newdoc)) { in handle_LYK_DOWNLOAD()
4234 && !are_different((DocInfo *) &history[nhist_1], in handle_PREV_DOC()
5162 if (are_different(&curdoc, &newdoc)) { in handle_LYK_digit()
5639 are_different(&curdoc, &newdoc)) { in mainloop()
7729 static int are_different(DocInfo *doc1, DocInfo *doc2) in are_different() function