OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num_prons
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/clib/
voc_read.c
166
int
num_prons
;
local
224
num_prons
= 0;
239
num_prons
++;
243
return
num_prons
;
/external/srec/srec/Vocabulary/src/
VocabularyImpl.c
311
int
num_prons
= 0;
local
313
word_pron_ptr[
num_prons
++] = word_prons;
314
if(
num_prons
>= max_num_prons) break;
318
return
num_prons
;
Completed in 94 milliseconds