Searched refs:tokcontent (Results 1 – 1 of 1) sorted by relevance
1699 const unsigned char *tokcontent, *tokcontent_end; variable1756 tokcontent = LANG_SCNG(yy_text);1763 snprintf(buffer, sizeof(buffer), "character 0x%02hhX", *tokcontent);1770 tokcontent_end = memchr(tokcontent, '\n', tokcontent_len);1772 tokcontent_len = (tokcontent_end - tokcontent);1777 if (*tokcontent == '"') {1781 else if (*tokcontent == '\'') {1788 if (tokcontent_len > 0 && (*tokcontent == '\'' || *tokcontent=='"')) {1789 tokcontent++;1792 …if (tokcontent_len > 0 && (tokcontent[tokcontent_len-1] == '\'' || tokcontent[tokcontent_len-1] ==…[all …]
Completed in 28 milliseconds