Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_dbg2.c82 static struct st_t *find_nxtstp(struct st_t *, int32, int32);
2229 static struct st_t *find_nxtstp(struct st_t *last_stp, int32 ifi, int32 lini) in find_nxtstp() function
2369 if ((stp2 = find_nxtstp(stp, ifi, lini)) != NULL) return(stp2); in find_lstofsts_stp()