OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_next_word
(Results
1 - 1
of
1
) sorted by null
/external/srec/srec/Vocabulary/src/
VocabularyImpl.c
36
static PINLINE LCHAR*
get_next_word
(LCHAR* curr, LCHAR* end);
389
PINLINE LCHAR*
get_next_word
(LCHAR* curr, LCHAR* end)
function
489
for( ; *curr; curr =
get_next_word
(curr,end))
Completed in 696 milliseconds