Home
last modified time | relevance | path

Searched refs:spfy_t (Results 1 – 7 of 7) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_fx.c191 static void copy_spcpths(struct spfy_t *, struct spfy_t *);
192 static void copy_timchks(struct spfy_t *, struct spfy_t *);
1366 struct spfy_t *spfyp; in chg_params_to_tab()
7499 struct spfy_t *ospfyp, *nspfyp; in copy_specify()
7503 nspfyp = (struct spfy_t *) __my_malloc(sizeof(struct spfy_t)); in copy_specify()
7519 static void copy_spcpths(struct spfy_t *ospfyp, struct spfy_t *nspfyp) in copy_spcpths()
7561 static void copy_timchks(struct spfy_t *ospfyp, struct spfy_t *nspfyp) in copy_timchks()
H A Dv.h2633 struct spfy_t { struct
2754 struct spfy_t *mspfy; /* module's specify elements */
3326 extern struct spfy_t *__cur_spfy;/* current specify block */
H A Dv_src3.c79 static struct spfy_t *alloc_spfy(void);
1527 static struct spfy_t *alloc_spfy(void) in alloc_spfy()
1529 struct spfy_t *spcp; in alloc_spfy()
1531 spcp = (struct spfy_t *) __my_malloc(sizeof(struct spfy_t)); in alloc_spfy()
H A Dv_fx3.c127 static void chk_rep_sdpds(struct spfy_t *);
128 static struct xpnd_pthel_t *xpnd_pths(struct spfy_t *, int32 *);
5668 struct spfy_t *spfp; in __chkfix_spfy()
6051 static void chk_rep_sdpds(struct spfy_t *spfp) in chk_rep_sdpds()
6161 static struct xpnd_pthel_t *xpnd_pths(struct spfy_t *spfp, in xpnd_pths()
6645 struct spfy_t *spfp; in __free_specify()
H A Dcver.c469 struct spfy_t *__cur_spfy;/* current specify block */
H A Dv_cnv.c4952 struct spfy_t *spfp; in dmp_mdspfy()
H A Dv_vpi.c6058 struct spfy_t *spfyp; in bld_specparam_iterator()