OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptoken_index
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/crec/
priority_q.c
78
wtokenID *
ptoken_index
;
local
83
ptoken_index
= &(pq->word_token_list);
85
while (*
ptoken_index
!= MAXwtokenID)
87
token = &(word_token_array[*
ptoken_index
]);
90
old_token_index = *
ptoken_index
;
91
*
ptoken_index
= token->next_token_index;
102
ptoken_index
= &(token->next_token_index);
194
wtokenID *
ptoken_index
;
local
228
ptoken_index
= &(pq->word_token_list);
231
while ((*
ptoken_index
) != MAXwordID
[
all
...]
srec_tokens.h
38
void sort_fsmarc_token_list(srec* rec, stokenID*
ptoken_index
);
srec_tokens.c
129
void sort_fsmarc_token_list(srec* rec, stokenID*
ptoken_index
)
Completed in 127 milliseconds