OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STRING_DELIM
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/Semproc/include/
SR_SemprocDefinitions.h
144
#define
STRING_DELIM
L('\'')
/external/srec/srec/Semproc/src/
LexicalAnalyzer.c
96
case
STRING_DELIM
:
103
while ( ( *p !=
STRING_DELIM
) && ( *p != '\0' ) )
ExpressionParser.c
361
if (self->lhs[0] ==
STRING_DELIM
)
372
if (self->identifiers[i][0] !=
STRING_DELIM
)
Completed in 52 milliseconds