Searched refs:stoken_index (Results 1 – 3 of 3) sorted by relevance
608 stokenID stoken_index, i; local614 stoken_index = rec->active_fsmarc_tokens;615 for (; stoken_index != MAXstokenID; stoken_index = stoken->next_token_index)617 stoken = &rec->fsmarc_token_array[stoken_index];623 old_token_index, stoken_index, i, stoken->cost[i]);684 stokenID stoken_index; local713 stoken_index = rec->active_fsmarc_tokens;714 for (; stoken_index != MAXstokenID; stoken_index = stoken->next_token_index)716 stoken = &rec->fsmarc_token_array[ stoken_index];
1078 stokenID stoken_index; in astar_stack_prepare_from_active_search() local1113 stoken_index = rec->active_fsmarc_tokens; in astar_stack_prepare_from_active_search()1114 for (; stoken_index != MAXstokenID; stoken_index = stoken->next_token_index) in astar_stack_prepare_from_active_search()1116 stoken = &rec->fsmarc_token_array[ stoken_index]; in astar_stack_prepare_from_active_search()
1917 stokenID stoken_index, next_stoken_index; in srec_terminate() local1925 for (stoken_index = rec->active_fsmarc_tokens; stoken_index != MAXstokenID; in srec_terminate()1926 stoken_index = next_stoken_index) in srec_terminate()1928 stoken = &rec->fsmarc_token_array[ stoken_index]; in srec_terminate()1930 free_fsmarc_token(rec, stoken_index); in srec_terminate()