Lines Matching refs:cache
67 "[c:cache?Generate some information on \afile\a that can be reused"
215 int cache;
565 if (state.cache && (sp = sfopen(NiL, state.cachefile, "r")))
588 error(3, "invalid cache -- column %d frequency omitted", j);
640 if (state.cache)
645 error(ERROR_SYSTEM|1, "cannot write cache");
648 sfprintf(sp, "# %s cache for %s\n", error_info.id, state.input);
655 error(ERROR_SYSTEM|3, "cache write error");
845 * check the cache
848 if (state.cache && (sp = sfopen(NiL, state.cachefile, "r")))
892 if (state.cache && !error_info.file)
897 error(ERROR_SYSTEM|1, "cannot update cache");
900 sfprintf(sp, "# %s cache for %s\n", error_info.id, state.input);
945 error(ERROR_SYSTEM|1, "cache write error");
1485 state.cache = opt_info.num;
1697 * set up the cache file
1706 if (state.cache)
1711 error(ERROR_SYSTEM|3, "%s: cannot update intermediate data cache", state.cachefile);