args when a line continuation character is hit to avoid causing
problems for existing sudoers files.
YY_RULE_SETUP
#line 553 "toke.l"
{
+ sawspace = TRUE; /* remember for fill_args */
++sudolineno;
continued = TRUE;
} /* throw away EOL after \ */
YY_BREAK
case 53:
YY_RULE_SETUP
-#line 558 "toke.l"
+#line 559 "toke.l"
{
BEGIN INITIAL;
++sudolineno;
YY_BREAK
case 54:
YY_RULE_SETUP
-#line 566 "toke.l"
+#line 567 "toke.l"
{
LEXTRACE("ERROR ");
return ERROR;
case YY_STATE_EOF(STARTDEFS):
case YY_STATE_EOF(INDEFS):
case YY_STATE_EOF(INSTR):
-#line 571 "toke.l"
+#line 572 "toke.l"
{
if (YY_START != INITIAL) {
BEGIN INITIAL;
YY_BREAK
case 55:
YY_RULE_SETUP
-#line 581 "toke.l"
+#line 582 "toke.l"
ECHO;
YY_BREAK
-#line 2381 "lex.yy.c"
+#line 2382 "lex.yy.c"
case YY_END_OF_BUFFER:
{
return 0;
}
#endif
-#line 581 "toke.l"
+#line 582 "toke.l"
struct path_list {
char *path;
}
<*>\\[[:blank:]]*\n {
+ sawspace = TRUE; /* remember for fill_args */
++sudolineno;
continued = TRUE;
} /* throw away EOL after \ */