Searched refs:Extype_t (Results 1 - 10 of 10) sorted by relevance
/ast/src/lib/libexpr/ |
H A D | exzero.c | 34 Extype_t 37 Extype_t v;
|
H A D | exlib.h | 60 Extype_t value; /* dynamic variable value */ \ 103 Extype_t loopret; /* return value */ \ 132 Extype_t** base; /* label base pointer */ 133 Extype_t** cur; /* current label pointer */ 134 Extype_t** last; /* last label pointer */ 142 Extype_t value; /* value */
|
H A D | expr.h | 111 typedef EXSTYPE Extype_t; typedef 156 Extype_t value; /* constant value */ 171 Extype_t** constant; /* case label constant array */ 221 Extype_t (*getf)(Expr_t*, Exnode_t*, Exid_t*, Exref_t*, void*, int, Exdisc_t*); 223 Extype_t (*reff)(Expr_t*, Exnode_t*, Exid_t*, Exref_t*, char*, int, Exdisc_t*); 225 int (*setf)(Expr_t*, Exnode_t*, Exid_t*, Exref_t*, void*, int, Extype_t, Exdisc_t*); 280 extern Extype_t exeval(Expr_t*, Exnode_t*, void*); 293 extern Extype_t exzero(int);
|
H A D | exeval.c | 33 static Extype_t eval(Expr_t*, Exnode_t*, void*); 75 static Extype_t 79 Extype_t v; 118 Extype_t value; 299 Extype_t v; 404 Extype_t v; 405 Extype_t u; 538 static Extype_t 543 register Extype_t** t; 545 Extype_t [all...] |
H A D | exparse.y | 367 if (!(sw->base = newof(0, Extype_t*, n, 0))) 393 $$->data.select.constant = (Extype_t**)exalloc(expr.program, (n + 1) * sizeof(Extype_t*)); 394 memcpy($$->data.select.constant, sw->base, n * sizeof(Extype_t*)); 421 if (!(expr.swstate->base = newof(expr.swstate->base, Extype_t*, 2 * n, 0)))
|
H A D | Oexparse.c | 1216 if (!(sw->base = newof(0, Extype_t*, n, 0))) 1241 exval.expr->data.select.constant = (Extype_t**)exalloc(expr.program, (n + 1) * sizeof(Extype_t*)); 1242 memcpy(exval.expr->data.select.constant, sw->base, n * sizeof(Extype_t*)); 1265 if (!(expr.swstate->base = newof(expr.swstate->base, Extype_t*, 2 * n, 0)))
|
H A D | excc.c | 191 Extype_t* v; 192 Extype_t** p;
|
H A D | exgram.h | 242 Extype_t 243 exconvert(Expr_t* p, Extype_t v, int from, int to, char* buf, size_t size)
|
/ast/src/cmd/tw/ |
H A D | tw.h | 140 Extype_t value[1]; /* visit values */ 146 Extype_t value[1]; /* member values */
|
H A D | expr.c | 200 static Extype_t 205 Extype_t v; 368 cmdarg(state.cmd, ((Extype_t*)env)[0].string, strlen(((Extype_t*)env)[0].string)); 377 if (!sp->sum && !(sp->sum = sumopen(((Extype_t*)env)[0].string))) 378 error(ERROR_SYSTEM|3, "%s checksum initialization error", ((Extype_t*)env)[0].string); 379 ftw = (Ftw_t*)(((Extype_t*)env)[-1].string); 430 static Extype_t 434 Extype_t v; 594 setval(Expr_t* pgm, Exnode_t* node, Exid_t* sym, Exref_t* ref, void* env, int elt, Extype_t va [all...] |
Completed in 29 milliseconds