Searched refs:ptoken_index (Results 1 – 3 of 3) sorted by relevance
78 wtokenID *ptoken_index; in remove_non_end_word_from_q() local83 ptoken_index = &(pq->word_token_list); in remove_non_end_word_from_q()85 while (*ptoken_index != MAXwtokenID) in remove_non_end_word_from_q()87 token = &(word_token_array[*ptoken_index]); in remove_non_end_word_from_q()90 old_token_index = *ptoken_index; in remove_non_end_word_from_q()91 *ptoken_index = token->next_token_index; in remove_non_end_word_from_q()102 ptoken_index = &(token->next_token_index); in remove_non_end_word_from_q()194 wtokenID *ptoken_index; in add_word_token_to_priority_q() local228 ptoken_index = &(pq->word_token_list); in add_word_token_to_priority_q()231 while ((*ptoken_index) != MAXwordID) in add_word_token_to_priority_q()[all …]
38 void sort_fsmarc_token_list(srec* rec, stokenID* ptoken_index);
129 void sort_fsmarc_token_list(srec* rec, stokenID* ptoken_index) in sort_fsmarc_token_list() argument