OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setupVocabulary
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/Grammar/include/
SR_Grammar.h
218
ESR_ReturnCode(*
setupVocabulary
)(struct SR_Grammar_t *self, SR_Vocabulary *vocabulary);
/external/srec/srec/Grammar/src/
SR_Grammar.c
160
return self->
setupVocabulary
(self, vocabulary);
SR_GrammarImpl.c
62
impl->Interface.
setupVocabulary
= &SR_Grammar_SetupVocabulary;
Completed in 26 milliseconds