Searched refs:from_source_cache (Results 1 – 2 of 2) sorted by relevance
398 static BOOLEAN from_source_cache = FALSE; variable407 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()
4521 * restore 'from_source_cache' PRIVATE to LYMainLoop.c, add comments -LP4569 * made global from_source_cache PRIVATE to mainloop -KW6837 - add/use flag "from_source_cache" for better mainloop maintenance