Searched refs:tokcontent (Results 1 – 1 of 1) sorted by relevance
1499 const unsigned char *tokcontent, *tokcontent_end; variable1548 tokcontent = LANG_SCNG(yy_text);1555 snprintf(buffer, sizeof(buffer), "character 0x%02hhX", *tokcontent);1562 tokcontent_end = memchr(tokcontent, '\n', tokcontent_len);1564 tokcontent_len = (tokcontent_end - tokcontent);1569 if (*tokcontent == '"') {1573 else if (*tokcontent == '\'') {1580 if (tokcontent_len > 0 && (*tokcontent == '\'' || *tokcontent=='"')) {1581 tokcontent++;1584 …if (tokcontent_len > 0 && (tokcontent[tokcontent_len-1] == '\'' || tokcontent[tokcontent_len-1] ==…[all …]
Completed in 7 milliseconds