The R Project SVN R-packages

Rev

Rev 6004 | Rev 6048 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6004 Rev 6029
Line 79... Line 79...
79
\\Sexpr/\[								{ return RDPT_SECTION; }				/* section macros                 */
79
\\Sexpr/\[								{ return RDPT_SECTION; }				/* section macros                 */
80
{macrowarg}/\{							{ return RDPT_MACRO_ARG; }				/* macros with arguments          */
80
{macrowarg}/\{							{ return RDPT_MACRO_ARG; }				/* macros with arguments          */
81
\\link/\[								{ return RDPT_MACRO_ARG; }				/* macros with arguments          */
81
\\link/\[								{ return RDPT_MACRO_ARG; }				/* macros with arguments          */
82
{macrowoarg}/(\\|{s}|%|{break})			{ return RDPT_MACRO_ARG; }				/* macros without arguments       */
82
{macrowoarg}/(\\|{s}|%|{break})			{ return RDPT_MACRO_ARG; }				/* macros without arguments       */
83
{macrogen}								{ return RDPT_MACRO_GEN; }				/* unknown macros                 */
83
{macrogen}								{ return RDPT_MACRO_GEN; }				/* unknown macros                 */
-
 
84
.										{ return RDPT_OTHER; }
84
 
85
 
85
<<EOF>>   						{
86
<<EOF>>   						{
86
	BEGIN(INITIAL);   /* make sure we return to initial state when finished! */
87
	BEGIN(INITIAL);   /* make sure we return to initial state when finished! */
87
	yy_delete_buffer(YY_CURRENT_BUFFER);
88
	yy_delete_buffer(YY_CURRENT_BUFFER);
88
	return 0;
89
	return 0;