Home
last modified time | relevance | path

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

/dports/cad/ngspice_rework/ngspice-35/src/frontend/
H A Dcom_let.c25 int n_dst_index, const index_range_t *p_dst_index);
45 int n_dst_index; in com_let() local
63 n_dst_index = 0; in com_let()
126 n_dst_index = vec_dst->v_numdims; in com_let()
183 if (n_dst_index == 0) { in com_let()
225 for (i = 0; i < n_dst_index; ++i) { in com_let()
254 n_dst_index, p_dst_index); in com_let()