Home
last modified time | relevance | path

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

/external/srec/srec/crec/
Dsrec_context.c1144 FSMnode* ntoken; in FST_DumpGraph() local
1150 ntoken = &fst->FSMnode_list[i]; in FST_DumpGraph()
1151 if (ntoken->first_prev_arc == FSMARC_FREE) in FST_DumpGraph()
1153 if (ntoken->un_ptr.first_next_arc != FSMARC_NULL) in FST_DumpGraph()
1155 for (atok = ntoken->un_ptr.first_next_arc; atok != FSMARC_NULL; atok = atoken->linkl_next_arc) in FST_DumpGraph()
1661 FSMnode *ntoken; in FST_ResetGrammar() local
1677 ntoken = (*last_free_node==MAXnodeID) ? NULL : &fst->FSMnode_list[*last_free_node] ; in FST_ResetGrammar()
1679 for( ; *last_free_node!=MAXnodeID; last_free_node = &ntoken->un_ptr.next_node) in FST_ResetGrammar()
1680 ntoken = &tmp_FSMnode_list[ *last_free_node]; in FST_ResetGrammar()
1981 FSMnode* ntoken; in fst_get_free_node() local
[all …]