Lines Matching refs:yytext

169 		/* Undo effects of setting up yytext. */ \
175 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
271 /* yy_hold_char holds the character lost when yytext is formed. */
344 extern char *yytext;
345 #define yytext_ptr yytext
353 * corresponding action - sets up yytext.
497 char *yytext;
637 #define ECHO fwrite( yytext, yyleng, 1, yyout )
707 /* Code executed at the beginning of each rule, after yytext and yyleng
722 (yytext[yyleng - 1] == '\n'); \
767 /* Support of yytext. */
822 return gettoken(T_VIRTUAL, yytext, yyleng);
827 return gettoken(T_DISPLAY, yytext, yyleng);
832 return gettoken(T_WALL, yytext, yyleng);
837 return gettoken(T_OPTION, yytext, yyleng);
842 return gettoken(T_PARAM, yytext, yyleng);
847 return getdimension(T_DIMENSION, yytext, yyleng);
852 return getdimension(T_OFFSET, yytext+1, yyleng-1);
857 return getdimension(T_ORIGIN, yytext+1, yyleng-1);
862 return getstring(T_STRING, yytext, yyleng);
867 return getstring(T_STRING, yytext+1, yyleng-2);
883 return gettoken(yytext[0], yytext, yyleng);
888 return gettoken(yytext[0], yytext, yyleng);
893 return gettoken(yytext[0], yytext, yyleng);
898 return gettoken(yytext[0], yytext, yyleng);
903 return getcomment(T_LINE_COMMENT, yytext, yyleng);
908 return getcomment(T_COMMENT, yytext, yyleng);
913 return getstring(T_STRING, yytext, yyleng);
1005 * yytext, we can now set up
1259 /* undo effects of setting up yytext */
1357 *(yy_c_buf_p) = '\0'; /* preserve yytext */
1735 /* Undo effects of setting up yytext. */ \
1738 yytext[yyleng] = (yy_hold_char); \
1739 (yy_c_buf_p) = yytext + yyless_macro_arg; \
1787 return yytext;
1954 lineno, yyleng, yyleng, yytext);