Searched refs:toktype (Results 1 – 1 of 1) sorted by relevance
1483 const char *toktype = yystr; variable1484 size_t toktype_len = strlen(toktype);1514 if (strcmp(toktype, "\"'\\\\'\"") == 0) {1523 if (strcmp(toktype, "'\"'") == 0) {1532 toktype++;1570 toktype = "double-quoted string";1574 toktype = "single-quoted string";1607 if (strcmp(toktype, "\"'\\\\'\"") == 0) {1616 toktype++;1625 if (toktype[yyn] == '\'') {[all …]
Completed in 18 milliseconds