Home
last modified time | relevance | path

Searched refs:__impl_evlst_tail (Results 1 – 3 of 3) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_fx2.c8206 __impl_evlst_hd = __impl_evlst_tail = NULL; in chk_dctrl()
8211 __impl_evlst_hd = __impl_evlst_tail = NULL; in chk_dctrl()
8425 if (__impl_evlst_hd == NULL) __impl_evlst_hd = __impl_evlst_tail = xplp; in bld_rhs_impl_evxlst()
8426 else { __impl_evlst_tail->xpnxt = xplp; __impl_evlst_tail = xplp; } in bld_rhs_impl_evxlst()
H A Dcver.c361 struct exprlst_t *__impl_evlst_tail; /* and its tail */ variable
1694 __impl_evlst_tail = NULL; in init_glbs()
H A Dv.h3218 extern struct exprlst_t *__impl_evlst_tail; /* and its tail */