php_text           22 htags/php.c    #define yytext php_text
php_text          367 htags/php.c    extern char *php_text;
php_text          368 htags/php.c    #define yytext_ptr php_text
php_text          602 htags/php.c    char *php_text;
php_text          767 htags/php.c    #define ECHO fwrite( php_text, php_leng, 1, php_out )
php_text          852 htags/php.c    				(php_text[php_leng - 1] == '\n'); \
php_text         2089 htags/php.c    		php_text[php_leng] = (yy_hold_char); \
php_text         2090 htags/php.c    		(yy_c_buf_p) = php_text + yyless_macro_arg; \
php_text         2138 htags/php.c            return php_text;
php_text           22 libparser/php.c #define yytext php_text
php_text          194 libparser/php.c                     if ( php_text[yyl] == '\n' )\
php_text          380 libparser/php.c extern char *php_text;
php_text          381 libparser/php.c #define yytext_ptr php_text
php_text          690 libparser/php.c char *php_text;
php_text          895 libparser/php.c #define ECHO fwrite( php_text, php_leng, 1, php_out )
php_text          980 libparser/php.c 				(php_text[php_leng - 1] == '\n'); \
php_text         1066 libparser/php.c 				if ( php_text[yyl] == '\n' )
php_text         2167 libparser/php.c 		php_text[php_leng] = (yy_hold_char); \
php_text         2168 libparser/php.c 		(yy_c_buf_p) = php_text + yyless_macro_arg; \
php_text         2216 libparser/php.c         return php_text;