Lines Matching refs:yytext

180                     if ( yytext[yyl] == '\n' )\
188 /* Undo effects of setting up yytext. */ \
194 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
285 /* yy_hold_char holds the character lost when yytext is formed. */
359 extern char yytext[];
367 * corresponding action - sets up yytext.
376 yy_flex_strncpy( &yytext[(yy_more_offset)], (yytext_ptr), yyleng + 1 ); \
931 *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \
942 #define yymore() ((yy_more_offset) = yy_flex_strlen( yytext ))
954 char yytext[YYLMAX];
1156 #define ECHO fwrite( yytext, yyleng, 1, yyout )
1226 /* Code executed at the beginning of each rule, after yytext and yyleng
1241 (yytext[yyleng - 1] == '\n'); \
1310 /* Support of yytext. */
1389 if ( yytext[yyl] == '\n' )
1768 int i = atoi(yytext + 2);
1782 "not defined\n", yytext);
1801 int i = atoi(yytext + 1);
1815 "not defined\n", yytext);
1873 " overflow\n", yytext, v);
1886 yypcb->pcb_hdl->dt_macros, yytext + 2);
1892 "is not defined\n", yytext);
1911 yypcb->pcb_hdl->dt_macros, yytext + 1);
1915 "is not defined\n", yytext);
1934 return (id_or_type(yytext));
1941 if ((yylval.l_str = strdup(yytext)) == NULL)
1967 yylval.l_int = strtoull(yytext, &p, 0);
1969 int rc = RTStrToUInt64Ex(yytext, &p, 0, &yylval.l_int);
1973 yyintdecimal = yytext[0] != '0';
1981 "integer overflow\n", yytext);
1985 "invalid digit %c\n", yytext, *p);
2019 yylval.l_str = strndup(yytext + 1, yyleng - 2);
2051 s = yytext + 1;
2052 yytext[yyleng - 1] = '\0';
2420 yyerror("syntax error near \"%c\"\n", yytext[0]);
2465 strchr(yytext, ':') == NULL) {
2467 char *p = strchr(yytext, '*');
2468 char *q = yytext + yyleng - 1;
2470 if (p != NULL && p > yytext)
2471 *p = '\0'; /* prune yytext */
2473 if (dt_type_lookup(yytext, NULL) == 0) {
2474 yylval.l_str = strdup(yytext);
2481 if (p != NULL && p > yytext) {
2490 if (p != NULL && p > yytext)
2491 *p = '*'; /* restore yytext */
2494 if ((yylval.l_str = strdup(yytext)) == NULL)
2519 yyerror("syntax error near \"%c\"\n", yytext[0]);
2542 if ((yylval.l_str = strdup(yytext)) == NULL)
2567 yyerror("syntax error near \"%c\"\n", yytext[0]);
2659 * yytext, we can now set up
2879 /* undo effects of setting up yytext */
2981 *(yy_c_buf_p) = '\0'; /* preserve yytext */
3362 /* Undo effects of setting up yytext. */ \
3365 yytext[yyleng] = (yy_hold_char); \
3366 (yy_c_buf_p) = yytext + yyless_macro_arg; \
3414 return yytext;
3626 * Given a lexeme 's' (typically yytext), set yylval and return an appropriate