Searched refs:tokcontent (Results 1 – 1 of 1) sorted by relevance
1589 const unsigned char *tokcontent, *tokcontent_end; variable1646 tokcontent = LANG_SCNG(yy_text);1653 snprintf(buffer, sizeof(buffer), "character 0x%02hhX", *tokcontent);1660 tokcontent_end = memchr(tokcontent, '\n', tokcontent_len);1662 tokcontent_len = (tokcontent_end - tokcontent);1667 if (*tokcontent == '"') {1671 else if (*tokcontent == '\'') {1678 if (tokcontent_len > 0 && (*tokcontent == '\'' || *tokcontent=='"')) {1679 tokcontent++;1682 …if (tokcontent_len > 0 && (tokcontent[tokcontent_len-1] == '\'' || tokcontent[tokcontent_len-1] ==…[all …]
Completed in 8 milliseconds