Home
last modified time | relevance | path

Searched refs:csitem_t (Results 1 – 11 of 11) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_src2.c119 extern struct csitem_t *__alloc_csitem(void);
652 struct csitem_t *cip, *last_cip, *csihdr, *dflt_csip; in rd_case()
807 extern struct csitem_t *__alloc_csitem(void) in __alloc_csitem()
809 struct csitem_t *cip; in __alloc_csitem()
811 cip = (struct csitem_t *) __my_malloc(sizeof(struct csitem_t)); in __alloc_csitem()
H A Dv.h1851 struct csitem_t { struct
1854 struct csitem_t *csinxt; argument
1861 struct csitem_t *csitems; /* first item always default: place holder */
1980 struct csitem_t *hcsip; /* case item */
H A Dv_prp2.c137 static void free_csitemlst(register struct csitem_t *);
264 static void cmp_xform_csitemlst(register struct csitem_t *);
3605 register struct csitem_t *csip; in prep_case()
3606 struct csitem_t *dflt_csip; in prep_case()
6176 static void free_csitemlst(register struct csitem_t *csip) in free_csitemlst()
6178 struct csitem_t *csip2; in free_csitemlst()
6187 __my_free((char *) csip, sizeof(struct csitem_t)); in free_csitemlst()
6664 static void cmp_xform_csitemlst(register struct csitem_t *csip) in cmp_xform_csitemlst()
6927 register struct csitem_t *csip; in cxf_fixup_case_gotos()
6928 struct csitem_t *dflt_csip; in cxf_fixup_case_gotos()
H A Dv_dbg2.c86 static struct st_t *find_afterdflt(struct csitem_t *);
2406 register struct csitem_t *csip; in find_case_stp()
2408 struct csitem_t *dflt_csip; in find_case_stp()
2439 static struct st_t *find_afterdflt(struct csitem_t *dflt_csip) in find_afterdflt()
2441 register struct csitem_t *csip; in find_afterdflt()
H A Dv_ex.c1994 register struct csitem_t *csip; in exec_case()
1997 struct csitem_t *dflt_csip; in exec_case()
2109 register struct csitem_t *csip; in exec_real_case()
2112 struct csitem_t *dflt_csip; in exec_real_case()
2175 register struct csitem_t *csip; in exec_casex()
2179 struct csitem_t *dflt_csip; in exec_casex()
2277 register struct csitem_t *csip; in exec_casez()
2282 struct csitem_t *dflt_csip; in exec_casez()
H A Dv_fx2.c85 static void csitemlst_do_inpsel_set(register struct csitem_t *);
3302 struct csitem_t *dflt_csip; in stmt_do_inpsel_set()
3394 static void csitemlst_do_inpsel_set(register struct csitem_t *csip) in csitemlst_do_inpsel_set()
7367 register struct csitem_t *csip; in chk_nodel_stmt()
7368 struct csitem_t *dflt_csip; in chk_nodel_stmt()
8059 register struct csitem_t *csip; in chk_case()
8062 struct csitem_t *dflt_csip; in chk_case()
8341 register struct csitem_t *csip; in bld_case_evxlst()
8343 struct csitem_t *dflt_csip; in bld_case_evxlst()
H A Dv_dbg.c68 static void renumber_csitemlst(register struct csitem_t *, int32, int32);
1484 static void renumber_csitemlst(register struct csitem_t *csip, int32 sfnind, in renumber_csitemlst()
H A Dv_fx.c186 static struct csitem_t *copy_csitemlst(register struct csitem_t *);
229 extern struct csitem_t *__alloc_csitem(void);
7289 static struct csitem_t *copy_csitemlst( register struct csitem_t *ocsip) in copy_csitemlst()
7291 struct csitem_t *ncsip, *ncsip_hdr, *last_ncsip; in copy_csitemlst()
H A Dv_cnv.c97 static void dmp_case_dflt(FILE *, struct csitem_t *);
4702 register struct csitem_t *csip; in dmp_case()
4705 struct csitem_t *dflt_csip; in dmp_case()
4734 static void dmp_case_dflt(FILE *f, struct csitem_t *dflt_csip) in dmp_case_dflt()
H A Dv_vpi2.c1993 register struct csitem_t *csip2; in __bld_caseitems_iter()
1997 struct csitem_t *dfltcsip; in __bld_caseitems_iter()
2001 struct csitem_t *csips; in __bld_caseitems_iter()
2059 struct csitem_t *csip; in __bld_casi_exprs_iter()
H A Dv_vpi.c4896 struct csitem_t *csip; in get_contained_stmt()