Searched refs:exstash (Results 1 - 6 of 6) sorted by relevance
/ast/src/lib/libexpr/ |
H A D | exstash.c | 35 exstash(Sfio_t* sp, Vmalloc_t* vp) function
|
H A D | Makefile | 16 exnospace.c exstash.c exzero.c
|
H A D | exeval.c | 222 txt = exstash(fmt->tmp, NiL); 448 return exstash(ex->tmp, ex->ve); 467 return exstash(ex->tmp, ex->ve); 482 return exstash(ex->tmp, ex->ve); 501 return exstash(ex->tmp, ex->ve); 516 return exstash(ex->tmp, ex->ve); 531 return exstash(ex->tmp, ex->ve); 808 v.string = exstash(ex->tmp, ex->ve); 990 tmp.data.constant.value.string = exstash(ex->tmp, ex->ve); 1134 tmp.data.constant.value.string = exstash(e [all...] |
H A D | exgram.h | 206 x->data.constant.value.string = exstash(p->tmp, p->vm); 213 x->data.constant.value.string = exstash(p->tmp, p->vm); 320 s = exstash(expr.program->tmp, NiL); 582 x->format = exstash(expr.program->tmp, expr.program->vm);
|
H A D | expr.h | 289 extern char* exstash(Sfio_t*, Vmalloc_t*);
|
H A D | extoken.c | 481 s = exstash(ex->tmp, NiL); 534 s = exstash(ex->tmp, NiL); 568 s = exstash(ex->tmp, NiL); 602 s = exstash(ex->tmp, NiL); 835 (*ex->disc->reff)(ex, NiL, exlval.id, NiL, exstash(ex->tmp, NiL), 0, ex->disc);
|
Completed in 32 milliseconds