View | Details | Raw Unified
Collapse All | Expand All

(-) vile-9.5/filters/sql-filt.l.orig (-1 / +2 lines)
 Lines 29-35    Link Here 
static char *String_attr;
static char *String_attr;
static int next_line;		/* state after one-line SQL*Plus */
static int next_line;		/* state after one-line SQL*Plus */
static int saved_state = LEAD;
/******************************************************************************/
/******************************************************************************/
 Lines 55-60    Link Here 
%%
%%
static int saved_state = LEAD;
<LEAD>{IDENT}		{   char *text = lowercase_of(yytext);
<LEAD>{IDENT}		{   char *text = lowercase_of(yytext);
			    char *attr = ci_keyword_attr(text);
			    char *attr = ci_keyword_attr(text);
			    DPRINTF(("{%s->%s}", text, NONNULL(attr)));
			    DPRINTF(("{%s->%s}", text, NONNULL(attr)));