From b4fe63bde9631e072f26911363739c0042d8b2db Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 8 Oct 1996 08:21:38 +0000 Subject: More English-like keywords. svn path=/trunk/; revision=249 --- rcfile_l.l | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rcfile_l.l') diff --git a/rcfile_l.l b/rcfile_l.l index 07abe7b0..7d055f87 100644 --- a/rcfile_l.l +++ b/rcfile_l.l @@ -35,6 +35,7 @@ smtp(host)? { return SMTPHOST; } mda { return MDA; } is { return IS; } here { return HERE; } +there { return THERE; } keep { yylval.flag = FLAG_TRUE; return KEEP; } flush { yylval.flag = FLAG_TRUE; return FLUSH; } @@ -49,7 +50,9 @@ noskip { yylval.flag = FLAG_FALSE; return SKIP; } with {/* EMPTY */} and {/* EMPTY */} +has {/* EMPTY */} options {/* EMPTY */} +[;:,] {/* EMPTY */} (auto)|(AUTO) { yylval.proto = P_AUTO; return PROTO; } (pop2)|(POP2) { yylval.proto = P_POP2; return PROTO; } -- cgit v1.2.3