Home
last modified time | relevance | path

Searched refs:argxp (Results 1 – 6 of 6) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_acc.c1982 struct expr_t *argxp; in acc_fetch_tfarg() local
1998 argxp = tkcp->targs; in acc_fetch_tfarg()
2102 struct expr_t *argxp; in acc_fetch_itfarg() local
2123 argxp = tkcp->targs; in acc_fetch_itfarg()
2159 struct expr_t *argxp; in acc_fetch_tfarg_int() local
2175 argxp = tkcp->targs; in acc_fetch_tfarg_int()
2205 struct expr_t *argxp; in acc_fetch_itfarg_int() local
2262 struct expr_t *argxp; in acc_fetch_tfarg_str() local
2301 struct expr_t *argxp; in acc_fetch_itfarg_str() local
3351 struct expr_t *argxp; in acc_handle_tfarg() local
[all …]
H A Dv_ex.c3083 register struct expr_t *argxp; in __exec_func() local
3143 for (argxp = ndp->ru.x; argxp != NULL; argxp = argxp->ru.x, in __exec_func()
3149 rhsxp = argxp->lu.x; in __exec_func()
5545 if (argxp == NULL) in do_showvars_stask()
5575 for (xp = argxp; xp != NULL; xp = xp->ru.x) in do_showvars_stask()
5611 for (argi = 1; argxp != NULL; argxp = argxp->ru.x, argi++) in do_warn_supp_chg()
5613 ndp = argxp->lu.x; in do_warn_supp_chg()
5927 static void exec_qfull(struct expr_t *argxp) in exec_qfull() argument
5990 static void do_q_init(struct expr_t *argxp) in do_q_init() argument
6114 static void do_q_add(struct expr_t *argxp) in do_q_add() argument
[all …]
H A Dv_ex2.c1943 axp = argxp->lu.x; in __exec_readmem()
1958 argxp = argxp->ru.x; in __exec_readmem()
1959 axp = argxp->lu.x; in __exec_readmem()
1977 argxp = argxp->ru.x; in __exec_readmem()
1983 if (argxp != NULL) in __exec_readmem()
1999 argxp = argxp->ru.x; in __exec_readmem()
2512 axp = argxp->lu.x; in __exec_sreadmem()
2532 argxp = argxp->ru.x; in __exec_sreadmem()
2534 axp = argxp->lu.x; in __exec_sreadmem()
2549 argxp = argxp->ru.x; in __exec_sreadmem()
[all …]
H A Dv_fx3.c3772 static void chk_pli_arglist(register struct expr_t *argxp, int32 stfnum) in chk_pli_arglist() argument
3779 for (; argxp != NULL; argxp = argxp->ru.x) in chk_pli_arglist()
3781 xp = argxp->lu.x; in chk_pli_arglist()
3859 static struct tfrec_t *chkalloc_tfrec(struct expr_t *argxp, in chkalloc_tfrec() argument
3879 tfrp->tfargs = alloc_tfarg(argxp, anum + 1, insts); in chkalloc_tfrec()
3907 static struct tfarg_t *alloc_tfarg(register struct expr_t *argxp, in alloc_tfarg() argument
3923 for (pi = 1; argxp != NULL; argxp = argxp->ru.x, pi++) in alloc_tfarg()
3926 xp = argxp->lu.x; in alloc_tfarg()
H A Dv_prp2.c6530 struct expr_t *argxp; in xform_tf_syst_enable() local
6543 argxp = tkcp->targs; in xform_tf_syst_enable()
6545 for (ai = 1; ai < tfrp->tfanump1; ai++, argxp = argxp->ru.x) in xform_tf_syst_enable()
6548 if (argxp == NULL) __misc_terr(__FILE__, __LINE__); in xform_tf_syst_enable()
6552 tfap->arg.axp = argxp->lu.x; in xform_tf_syst_enable()
6632 struct expr_t *argxp; in xform_tf_sysf_call() local
6647 argxp = nxp->ru.x; in xform_tf_sysf_call()
6648 for (ai = 1; ai < tfrp->tfanump1; ai++, argxp = argxp->ru.x) in xform_tf_sysf_call()
6651 if (argxp == NULL) __misc_terr(__FILE__, __LINE__); in xform_tf_sysf_call()
6655 tfap->arg.axp = argxp->lu.x; in xform_tf_sysf_call()
H A Dv_vpi2.c1203 struct expr_t *argxp; in __bld_tfargexpr_iterator() local
1211 argxp = hrp->hu.hxp->ru.x; in __bld_tfargexpr_iterator()
1212 if (argxp == NULL) return(NULL); in __bld_tfargexpr_iterator()
1213 return(bld_listofexprs_iter(argxp, hp->hin_itp, hrp->hin_tskp)); in __bld_tfargexpr_iterator()