/ast/src/lib/libast/regex/ |
H A D | regcache.c | 25 * regcomp() regex_t cache 52 Cache_t** cache; member in struct:State_s 58 * flush the cache 67 if (matchstate.cache[i] && matchstate.cache[i]->keep) 69 matchstate.cache[i]->keep = 0; 70 regfree(&matchstate.cache[i]->re); 90 * 0 pattern flushes the cache and reflags>0 extends cache 99 if (matchstate.cache [all...] |
/ast/src/lib/libcodex/ |
H A D | codex.c | 404 save(Codexcache_t* cache, Codex_t* code, const char* name, int namelen, Codexnum_t flags) argument 406 if (cache->code && cache->code != CODEXERROR) 408 if (cache->code->meth->closef) 409 (*cache->code->meth->closef)(cache->code); 410 else if (cache->code->data) 411 free(cache->code->data); 412 if (cache->code->dp) 413 sfclose(cache 441 Codexcache_t* cache; local [all...] |
H A D | codexlib.h | 65 Codexcache_t cache[16]; member in struct:Codexstate_s
|
/ast/src/cmd/3d/ |
H A D | close3d.c | 76 if (state.cache == fd) 77 while (state.cache > 1 && !state.file[--state.cache].flags);
|
H A D | dup3d.c | 35 if (state.cache) 42 if (nfd > state.cache) 43 state.cache = nfd;
|
H A D | fcntl3d.c | 54 if (state.cache)
|
H A D | fork3d.c | 93 if (state.cache) 94 for (fd = 0; fd <= state.cache; fd++)
|
H A D | 3d.h | 355 #define fgetmount(f) ((f)>=0&&(f)<=state.cache?state.file[f].mount:(Mount_t*)0) 467 int cache; member in struct:__anon7
|
H A D | lib.c | 508 if ((f->mount = mp) && fd > state.cache) 509 state.cache = fd;
|
H A D | fs.c | 366 if (fd > state.cache) 367 state.cache = fd; 593 message((-3, "fs: %s: init#3: service=%-*s fd=%d cache=%d", fs->special, fs->servicesize ? fs->servicesize : strlen(fs->service), fs->service, fs->fd, state.cache)); 630 for (n = 0; n <= state.cache; n++)
|
H A D | map.c | 413 if (!(fs->flags & FS_NAME) && !state.cache) 414 state.cache = 1;
|
H A D | open3d.c | 307 if (state.cache)
|
H A D | init.c | 351 if (state.global && !state.cache) state.cache = 1; 691 if (state.cache && (!x && (flags & (MAP_EXEC|MAP_INIT)) || x == HASHKEY4('f','i','l','e'))) 696 for (n = m = 0; n <= state.cache; n++) 936 bprintf(&b, e, " cache %u\n", state.cache);
|
/ast/src/cmd/msgcc/ |
H A D | msgadmin.sh | 39 [c:cache?Passed to \btranslate\b(1).] 85 typeset all cache dialect=- exec force omit op show verbose 92 c) cache=-c ;; 156 translate -lmv $all $cache $debug $omit $show $dialect "$@"
|
/ast/src/cmd/pzip/ |
H A D | r2c.c | 49 size_t cache; member in struct:State_s 82 state.cache = state.window; 104 w = state.cache; 218 state.cache = state.window;
|
H A D | pin.c | 67 "[c:cache?Generate some information on \afile\a that can be reused" 215 int cache; member in struct:__anon193 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 [all...] |
/ast/src/lib/libvcodex/Vcdelta/ |
H A D | vcdhdr.h | 62 { ssize_t s_near; /* size of near cache */ 63 ssize_t* c_near; /* near address cache */ 64 ssize_t n; /* index in near cache */ 65 ssize_t s_same; /* size of same cache */ 66 ssize_t* c_same; /* exact match cache */ 80 Vcdcache_t* cache; /* address caches */ member in struct:_vcdiff_s 95 ( (vcd)->cache = NIL(Vcdcache_t*), \
|
H A D | vcdelta.c | 72 if(md <= VCD_HERE+vcd->cache->s_near) 74 else vcioputc(vcd->addr, ad); /* must be same[] cache */ 118 ad = vcdkasetaddr(vcd->cache, mt, dt, &md); 284 vcdkaclear(vcd->cache); 387 if((ka = vcd->cache) ) 496 if(!(vcd->cache = vcdkaopen(vcd->table->s_near,vcd->table->s_same))) 506 { if(vcd->cache) 507 vcdkaclose(vcd->cache);
|
/ast/src/lib/libast/astsa/ |
H A D | optlib.h | 96 Optcache_t* cache; /* OPT_cache cache */ member in struct:Optstate_s
|
/ast/src/lib/libast/misc/ |
H A D | optlib.h | 103 Optcache_t* cache; /* OPT_cache cache */ member in struct:Optstate_s
|
H A D | optget.c | 2486 o = &state.cache->pass; 4281 Optcache_t* cache; local 4313 cache = 0; 4315 for (pcache = 0, cache = state.cache; cache; pcache = cache, cache = cache->next) 4316 if (cache [all...] |
/ast/src/lib/libast/vmalloc/ |
H A D | vmhdr.h | 303 #define CACHE(vd) ((vd)->cache) 315 Block_t* cache[S_CACHE+1]; /* delayed free blocks */ member in struct:_vmdata_s
|