Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_fx.c7172 int32 num_fji; in copy_stmt() local
7176 for (num_fji = 0;; num_fji++) in copy_stmt()
7177 { if (ostp->st.fj.fjstps[num_fji] == NULL) break; } in copy_stmt()
7180 __my_malloc((num_fji + 1)*sizeof(struct st_t *)); in copy_stmt()
7181 nstp->st.fj.fjlabs = (int32 *) __my_malloc((num_fji + 1)*sizeof(int32)); in copy_stmt()
7193 nstp->st.fj.fjstps[num_fji] = NULL; in copy_stmt()
7194 nstp->st.fj.fjlabs[num_fji] = -1; in copy_stmt()