OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:btindex
(Results
1 - 1
of
1
) sorted by null
/external/srec/srec/crec/
word_lattice.c
686
wtokenID
btindex
;
local
719
btindex
= stoken->word_backtrace[i];
720
for (;
btindex
!= MAXwtokenID;
btindex
= bttoken->backtrace)
722
bttoken = &rec->word_token_array[
btindex
];
723
ASSERT(rec->word_token_array_flags[
btindex
] >= 0);
724
rec->word_token_array_flags[
btindex
] = 1;
729
btindex
= awtoken->word_backtrace;
730
for (;
btindex
!= MAXwtokenID;
btindex
= bttoken->backtrace
[
all
...]
Completed in 458 milliseconds