POSIX requires that awk support \v and \a escapes. I used '\007'
authormillert <millert@openbsd.org>
Wed, 24 Jan 2018 16:28:25 +0000 (16:28 +0000)
committermillert <millert@openbsd.org>
Wed, 24 Jan 2018 16:28:25 +0000 (16:28 +0000)
commit7bcc45ac7597aa3bc60b3b706c05bd6abc9e6b7a
tree304321b705a46628774d70d90a62cdf6be548997
parent7084d0954c4dddfc8eb02227543b5e4a480b85df
POSIX requires that awk support \v and \a escapes.  I used '\007'
for BEL since that is what lex.c uses, though we could safely use
'\a' there instead.  OK martijn@
usr.bin/awk/b.c
usr.bin/awk/tran.c