Searched defs:semproc (Results 1 - 2 of 2) sorted by relevance

/external/srec/srec/Grammar/include/
H A DSR_GrammarImpl.h90 SR_SemanticProcessor* semproc; member in struct:SR_GrammarImpl_t
/external/srec/srec/Semproc/src/
H A DSemanticProcessorImpl.c103 static ESR_ReturnCode interpretScripts(SR_SemanticProcessorImpl* semproc, LCHAR* scripts, SR_SemanticResult** result);
489 SR_SemanticProcessorImpl* semproc = (SR_SemanticProcessorImpl*) self; local
566 for (dst = &semproc->acc_scripts[0], semproc->acc_scripts[0] = '\0', i = 0; i < raw_scripts_buf.num_scripts; ++i)
579 CHKLOG(rc, append_with_check(&dst, *src, &semproc->acc_scripts[MAX_SCRIPT_LEN-1]));
586 CHKLOG(rc, append_with_check(&dst, L('.'), &semproc->acc_scripts[MAX_SCRIPT_LEN-1]));
602 CHKLOG(rc, append_with_check(&dst, *src, &semproc->acc_scripts[MAX_SCRIPT_LEN-1]));
622 CHKLOG(rc, append_with_check(&dst, *p, &semproc->acc_scripts[MAX_SCRIPT_LEN-1]));
627 CHKLOG(rc, append_with_check(&dst, *p2, &semproc->acc_scripts[MAX_SCRIPT_LEN-1]));
647 CHKLOG(rc, append_with_check(&dst, L(';'), &semproc
795 SR_SemanticProcessorImpl* semproc = (SR_SemanticProcessorImpl*) self; local
1063 interpretScripts(SR_SemanticProcessorImpl* semproc, LCHAR* scripts, SR_SemanticResult** result) argument
[all...]

Completed in 210 milliseconds