Searched refs:last_atoken (Results 1 – 2 of 2) sorted by relevance
281 arc_token *last_atoken; in SR_SemanticGraph_LoadFromTextFiles() local510 last_atoken = &arc_token_list[0]; in SR_SemanticGraph_LoadFromTextFiles()516 if (atoken->next_token_index != last_atoken->next_token_index) in SR_SemanticGraph_LoadFromTextFiles()517 last_atoken->next_token_index = ARC_TOKEN_NULL; in SR_SemanticGraph_LoadFromTextFiles()519 last_atoken->next_token_index = ARC_TOKEN_LNK(arc_token_list, i); in SR_SemanticGraph_LoadFromTextFiles()520 last_atoken = atoken; in SR_SemanticGraph_LoadFromTextFiles()522 last_atoken->next_token_index = ARC_TOKEN_NULL; in SR_SemanticGraph_LoadFromTextFiles()
1773 arc_token *atoken, *last_atoken; in FST_LoadReverseWordGraph() local1835 last_atoken = &arc_token_list[0]; in FST_LoadReverseWordGraph()1839 if (atoken->next_token_index != last_atoken->next_token_index) in FST_LoadReverseWordGraph()1841 last_atoken->next_token_index = ARC_TOKEN_NULL; in FST_LoadReverseWordGraph()1845 last_atoken->next_token_index = ARC_TOKEN_LNK(arc_token_list, i); in FST_LoadReverseWordGraph()1847 last_atoken = atoken; in FST_LoadReverseWordGraph()1849 last_atoken->next_token_index = ARC_TOKEN_NULL; in FST_LoadReverseWordGraph()