Searched refs:variable_t (Results 1 – 6 of 6) sorted by relevance
14 } variable_t; typedef16 static variable_t *vtop = NULL;18 static variable_t *find_var __P((char *));22 static variable_t *find_var(name) in find_var()25 variable_t *v;39 variable_t *v;145 variable_t *v;167 v = (variable_t *)malloc(sizeof(*v));
72 typedef token_t variable_t; typedef186 variable_t num_base; /* current base */206 variable_t state; /* compile or run? */217 variable_t span;221 variable_t output_column; /* output column# (#out) */222 variable_t output_line; /* output line# (#line) */
44 variable_t *addr; in value_fetch()47 addr = (variable_t *)POP(DS); in value_fetch()48 PUSH(DS, (variable_t)*addr); in value_fetch()54 variable_t *addr; in value_store()57 addr = (variable_t *)POP(DS); in value_store()58 *addr = (variable_t)POP(DS); in value_store()
1532 variable_t *d; in do_on()1535 d = (variable_t *)POP(DS); in do_on()1542 variable_t *d; in do_off()1545 d = (variable_t *)POP(DS); in do_off()1553 TOS = *((variable_t *)TOS); in fetch()1587 variable_t *dptr; in store()1590 dptr = (variable_t *)POP(DS); in store()1597 variable_t *dptr; in addstore()1600 dptr = (variable_t *)POP(DS); in addstore()1637 variable_t *d; in two_fetch()[all …]
40 static variable_t verbose_emit;
37 } variable_t; typedef39 static variable_t expvars[32];