Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYMainLoop.c398 static BOOLEAN from_source_cache = FALSE; variable
407 from_source_cache = TRUE; /* set for LYMainLoop_pageDisplay() */ in reparse_document()
409 from_source_cache = TRUE; /* set for mainloop refresh */ in reparse_document()
411 from_source_cache = FALSE; in reparse_document()
481 if (!from_source_cache) in LYMainLoop_pageDisplay()
6518 if (from_source_cache) { in mainloop()
6519 from_source_cache = FALSE; /* reset */ in mainloop()
/mirbsd/src/gnu/usr.bin/lynx/
DCHANGES4521 * restore 'from_source_cache' PRIVATE to LYMainLoop.c, add comments -LP
4569 * made global from_source_cache PRIVATE to mainloop -KW
6837 - add/use flag "from_source_cache" for better mainloop maintenance