Home
last modified time | relevance | path

Searched refs:is_identifier_ext (Results 1 – 2 of 2) sorted by relevance

/dports/www/p5-HTML-Template-Pro/HTML-Template-Pro-0.9510/
H A Dexpr.y357 int is_identifier_ext;
416 is_identifier_ext = (int) (c == '{' || c == '$');
420 if (isalpha (c) || c=='_' || is_identifier_ext) {
423 if (is_identifier_ext) {
H A Dexpr.c2247 int is_identifier_ext; in yylex() local
2306 is_identifier_ext = (int) (c == '{' || c == '$'); in yylex()
2310 if (isalpha (c) || c=='_' || is_identifier_ext) { in yylex()
2313 if (is_identifier_ext) { in yylex()