OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:current_ftoken_index
(Results
1 - 1
of
1
) sorted by null
/external/srec/srec/crec/
srec.c
354
ftokenID
current_ftoken_index
;
local
403
current_ftoken_index
= rec->active_fsmnode_tokens;
405
while (
current_ftoken_index
!= MAXftokenID)
407
current_ftoken = &(rec->fsmnode_token_array[
current_ftoken_index
]);
426
current_ftoken_index
= current_ftoken->next_token_index;
832
ftokenID
current_ftoken_index
;
local
850
current_ftoken_index
= rec->active_fsmnode_tokens;
851
while (
current_ftoken_index
!= MAXftokenID)
853
// print_fsmnode_token(rec,
current_ftoken_index
, "processing ... ");
854
current_ftoken = &(rec->fsmnode_token_array[
current_ftoken_index
]);
[
all
...]
Completed in 113 milliseconds