Searched refs:hcache (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/jam/
H A Dhcache.h6 * hcache.h - handle #includes in source files
11 LIST *hcache(TARGET *t, LIST *hdrscan);
H A Dheaders.c43 # include "hcache.h"
78 lol_add( &lol, hcache( t, hdrscan ) );
H A DJamfile108 code += hcache.c ;
H A Dhcache.c13 # include "hcache.h"
23 * hcache.c hcache.h - handle cacheing of #includes in source files
37 * hcache() - return list of headers on target. Use cache or do a scan.
176 hcachehash = hashinit (sizeof (HCACHEDATA), "hcache");
273 printf("hcache read from file %s\n", hcachename);
339 printf("hcache written to %s. %d dependencies, %.0f%% hit rate\n",
348 hcache (TARGET *t, LIST *hdrscan) function

Completed in 32 milliseconds