Home
last modified time | relevance | path

Searched refs:Extype_t (Results 1 – 25 of 41) sorted by relevance

12

/dports/graphics/graphviz/graphviz-2.44.1/lib/expr/
H A Dexpr.h124 typedef EXSTYPE Extype_t; typedef
173 Extype_t value; /* constant value */
188 Extype_t** constant; /* case label constant array */
244 Extype_t (*keyf) (Expr_t *, Extype_t, int, Exdisc_t *);
247 Extype_t (*getf)(Expr_t*, Exnode_t*, Exid_t*, Exref_t*, void*, int, Exdisc_t*);
249 Extype_t (*reff)(Expr_t*, Exnode_t*, Exid_t*, Exref_t*, char*, int, Exdisc_t*);
251 int (*setf)(Expr_t*, Exnode_t*, Exid_t*, Exref_t*, void*, int, Extype_t, Exdisc_t*);
312 extern Extype_t exeval(Expr_t*, Exnode_t*, void*);
328 extern Extype_t exzero(int);
H A Dexlib.h63 Extype_t value; /* dynamic variable value */ \
118 Extype_t loopret; /* return value */ \
148 Extype_t** base; /* label base pointer */
149 Extype_t** cur; /* current label pointer */
150 Extype_t** last; /* last label pointer */
158 Extype_t key; /* key */
159 Extype_t value; /* value */
H A Dexeval.c89 Extype_t v; in evaldyn()
91 Extype_t key; in evaldyn()
132 Extype_t v; in getdyn()
402 Extype_t v; in print()
696 Extype_t v; in exsplit()
748 Extype_t v; in extokens()
792 Extype_t v; in exsub()
863 Extype_t s; in exsubstr()
864 Extype_t i; in exsubstr()
865 Extype_t l; in exsubstr()
[all …]
H A Dexzero.c27 Extype_t
30 Extype_t v = {0}; in exzero()
H A Dexparse.y425 if (!(sw->base = newof(0, Extype_t*, n, 0)))
451 $$->data.select.constant = (Extype_t**)exalloc(expr.program, (n + 1) * sizeof(Extype_t*));
452 memcpy($$->data.select.constant, sw->base, n * sizeof(Extype_t*));
479 if (!(expr.swstate->base = newof(expr.swstate->base, Extype_t*, 2 * n, 0)))
540 disc->size = sizeof(Extype_t);
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libexpr/
H A Dexlib.h60 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 Dexpr.h115 typedef EXSTYPE Extype_t; typedef
160 Extype_t value; /* constant value */
175 Extype_t** constant; /* case label constant array */
225 Extype_t (*getf)(Expr_t*, Exnode_t*, Exid_t*, Exref_t*, void*, int, Exdisc_t*);
227 Extype_t (*reff)(Expr_t*, Exnode_t*, Exid_t*, Exref_t*, char*, int, Exdisc_t*);
229 int (*setf)(Expr_t*, Exnode_t*, Exid_t*, Exref_t*, void*, int, Extype_t, Exdisc_t*);
284 extern Extype_t exeval(Expr_t*, Exnode_t*, void*);
297 extern Extype_t exzero(int);
H A Dexzero.c34 Extype_t
37 Extype_t v; in exzero()
H A Dexeval.c75 static Extype_t
79 Extype_t v; in getdyn()
118 Extype_t value;
299 Extype_t v; in print()
404 Extype_t v; in scan()
405 Extype_t u; in scan()
545 Extype_t v; in eval()
546 Extype_t r; in eval()
547 Extype_t i; in eval()
1300 Extype_t
[all …]
/dports/shells/ksh93/ast-93u/src/lib/libexpr/
H A Dexlib.h60 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 Dexpr.h111 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 Dexzero.c34 Extype_t
37 Extype_t v; in exzero()
H A Dexeval.c75 static Extype_t
79 Extype_t v; in getdyn()
118 Extype_t value;
299 Extype_t v; in print()
404 Extype_t v; in scan()
405 Extype_t u; in scan()
545 Extype_t v; in eval()
546 Extype_t r; in eval()
547 Extype_t i; in eval()
1300 Extype_t
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libexpr/
H A Dexlib.h60 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 Dexpr.h116 typedef EXSTYPE Extype_t; typedef
161 Extype_t value; /* constant value */
176 Extype_t** constant; /* case label constant array */
226 Extype_t (*getf)(Expr_t*, Exnode_t*, Exid_t*, Exref_t*, void*, int, Exdisc_t*);
228 Extype_t (*reff)(Expr_t*, Exnode_t*, Exid_t*, Exref_t*, char*, int, Exdisc_t*);
230 int (*setf)(Expr_t*, Exnode_t*, Exid_t*, Exref_t*, void*, int, Extype_t, Exdisc_t*);
285 extern Extype_t exeval(Expr_t*, Exnode_t*, void*);
298 extern Extype_t exzero(int);
H A Dexzero.c34 Extype_t
37 Extype_t v; in exzero()
H A Dexeval.c75 static Extype_t
79 Extype_t v; in getdyn()
118 Extype_t value;
299 Extype_t v; in print()
405 Extype_t v; in scan()
406 Extype_t u; in scan()
546 Extype_t v; in eval()
547 Extype_t r; in eval()
548 Extype_t i; in eval()
1301 Extype_t
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/tw/
H A Dexpr.c200 static Extype_t
205 Extype_t v; in getval()
368 cmdarg(state.cmd, ((Extype_t*)env)[0].string, strlen(((Extype_t*)env)[0].string)); in getval()
377 if (!sp->sum && !(sp->sum = sumopen(((Extype_t*)env)[0].string))) in getval()
379 ftw = (Ftw_t*)(((Extype_t*)env)[-1].string); in getval()
430 static Extype_t
434 Extype_t v; in refval()
640 memzero(lp, sizeof(Local_t) + sizeof(Extype_t) * (state.localmem - 1)); in setval()
829 Extype_t v; in eval()
842 Extype_t v; in getnum()
[all …]
H A Dtw.h140 Extype_t value[1]; /* visit values */
146 Extype_t value[1]; /* member values */
/dports/shells/ksh93/ast-93u/src/cmd/tw/
H A Dexpr.c200 static Extype_t
205 Extype_t v; in getval()
368 cmdarg(state.cmd, ((Extype_t*)env)[0].string, strlen(((Extype_t*)env)[0].string)); in getval()
377 if (!sp->sum && !(sp->sum = sumopen(((Extype_t*)env)[0].string))) in getval()
379 ftw = (Ftw_t*)(((Extype_t*)env)[-1].string); in getval()
430 static Extype_t
434 Extype_t v; in refval()
640 memzero(lp, sizeof(Local_t) + sizeof(Extype_t) * (state.localmem - 1)); in setval()
829 Extype_t v; in eval()
842 Extype_t v; in getnum()
[all …]
H A Dtw.h140 Extype_t value[1]; /* visit values */
146 Extype_t value[1]; /* member values */
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/tw/
H A Dexpr.c200 static Extype_t
205 Extype_t v; in getval()
368 cmdarg(state.cmd, ((Extype_t*)env)[0].string, strlen(((Extype_t*)env)[0].string)); in getval()
377 if (!sp->sum && !(sp->sum = sumopen(((Extype_t*)env)[0].string))) in getval()
379 ftw = (Ftw_t*)(((Extype_t*)env)[-1].string); in getval()
430 static Extype_t
434 Extype_t v; in refval()
640 memzero(lp, sizeof(Local_t) + sizeof(Extype_t) * (state.localmem - 1)); in setval()
829 Extype_t v; in eval()
842 Extype_t v; in getnum()
[all …]
H A Dtw.h140 Extype_t value[1]; /* visit values */
146 Extype_t value[1]; /* member values */
/dports/graphics/graphviz/graphviz-2.44.1/lib/gvpr/
H A Dcompile.h36 Extype_t iu;
H A Dcompile.c430 static int lookup(Expr_t * pgm, Agobj_t * objp, Exid_t * sym, Extype_t * v, in lookup()
662 static Extype_t
666 Extype_t v; in getval()
668 Extype_t *args; in getval()
681 args = (Extype_t *) env; in getval()
1509 args = (Extype_t *) env; in getval()
1602 void *env, int elt, Extype_t v, Exdisc_t * disc) in setval()
1797 static Extype_t
1801 Extype_t v; in refval()
2220 static Extype_t keyval(Expr_t * pgm, Extype_t v, int type, Exdisc_t * disc) in keyval()

12