Searched refs:STRING_DELIM (Results 1 – 3 of 3) sorted by relevance
96 case STRING_DELIM: in LA_nextToken()103 while ( ( *p != STRING_DELIM ) && ( *p != '\0' ) ) in LA_nextToken()
361 if (self->lhs[0] == STRING_DELIM) in handle_EndOfStatement()372 if (self->identifiers[i][0] != STRING_DELIM) in handle_EndOfStatement()
144 #define STRING_DELIM L('\'') macro