Searched refs:tokcontent (Results 1 – 1 of 1) sorted by relevance
1560 const unsigned char *tokcontent, *tokcontent_end; variable1617 tokcontent = LANG_SCNG(yy_text);1624 snprintf(buffer, sizeof(buffer), "character 0x%02hhX", *tokcontent);1631 tokcontent_end = memchr(tokcontent, '\n', tokcontent_len);1633 tokcontent_len = (tokcontent_end - tokcontent);1638 if (*tokcontent == '"') {1642 else if (*tokcontent == '\'') {1649 if (tokcontent_len > 0 && (*tokcontent == '\'' || *tokcontent=='"')) {1650 tokcontent++;1653 …if (tokcontent_len > 0 && (tokcontent[tokcontent_len-1] == '\'' || tokcontent[tokcontent_len-1] ==…[all …]
Completed in 7 milliseconds