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

/haiku-buildtools/jam/
H A Djcache.h0 // jcache.h
8 char** jcache(char* filename);
H A Dscan.c28 # include "jcache.h"
149 i->strings = jcache((char*)i->fname);
H A DJamfile106 code += jcache.c ;
H A Djcache.c0 // jcache.c
10 #include "jcache.h"
279 cache->entries = hashinit(sizeof(jcache_entry), "jcache");
719 // jcache
734 jcache(char *_filename) function

Completed in 97 milliseconds