OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tokenBuf
(Results
1 - 5
of
5
) sorted by null
/external/srec/srec/Semproc/src/
LexicalAnalyzer.c
74
ESR_ReturnCode LA_nextToken(LexicalAnalyzer *lex, LCHAR *
tokenBuf
, size_t* tokenLen)
92
tokenBuf
[0] = *lex->nextToken;
93
tokenBuf
[1] = EO_STRING;
98
q =
tokenBuf
;
111
*tokenLen = q -
tokenBuf
;
112
tokenBuf
[*tokenLen] = EO_STRING; /* make sure its there */
119
LSTRNCPY(
tokenBuf
, lex->nextToken, *tokenLen);
120
tokenBuf
[*tokenLen] = EO_STRING; /* make sure its there */
/external/srec/srec/EventLog/include/
SR_EventLogImpl.h
53
LCHAR
tokenBuf
[MAX_LOG_RECORD];
/external/srec/srec/EventLog/src/
EventLogImpl.c
207
impl->
tokenBuf
[0] = 0;
360
LSTRLEN(impl->
tokenBuf
) < MAX_LOG_RECORD)
373
if (LSTRLEN(buf) + 1 + LSTRLEN(impl->
tokenBuf
) >= MAX_LOG_RECORD)
378
strcat(impl->
tokenBuf
, "|");
379
strcat(impl->
tokenBuf
, buf);
580
logIt(impl, buf, impl->
tokenBuf
, &writtenSize);
581
impl->
tokenBuf
[0] = 0;
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
/prebuilts/misc/common/antlr/
antlr-3.4-complete.jar
Completed in 3752 milliseconds