Searched refs:new_next_p (Results 1 - 1 of 1) sorted by relevance

/external/srec/srec/crec/
H A Dsrec_context.c2237 FSMarc *atoken, *new_next_p; local
2263 new_next_p = ARC_XtoP(new_next);
2264 new_next_p->ilabel = atoken->ilabel;
2265 new_next_p->to_node = atoken->to_node;
2266 new_next_p->fr_node = arc->to_node;
2267 new_next_p->olabel = atoken->olabel;
2268 IF_DEBUG_WDADD(new_next_p->ilabel_str = atoken->ilabel_str);
2269 IF_DEBUG_WDADD(new_next_p->olabel_str = atoken->olabel_str);
2270 new_next_p->linkl_next_arc = FSMARC_NULL; /* set at next loop */

Completed in 79 milliseconds