Home
last modified time | relevance | path

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

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