OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:token_to_add
(Results
1 - 1
of
1
) sorted by null
/external/srec/srec/crec/
priority_q.c
190
word_token *
token_to_add
;
local
199
token_to_add
= &(word_token_array[token_index_to_add]);
200
cost_to_add =
token_to_add
->cost;
226
word_to_add =
token_to_add
->word;
235
if (token->word ==
token_to_add
->word
236
&& !compare_histories(token,
token_to_add
, word_token_array))
271
token_to_add
->next_token_index = token_index;
Completed in 92 milliseconds