xref: /illumos-gate/usr/src/cmd/oawk/tokenscript (revision 3299f39fdcbdab4be7a9c70daa3873f2b78a398d)
1e awk.h
2g/#ident	"%Z%%M%	%I%	%E% SMI"/p
31,$s/# *define *//
41,$s/^/"/
51,$s/ /", /
61,$s/$/,/
7w temp
8e token.c
9/= *{$/+1,/^};$/-1d
10-r temp
11w tmptoken.c
12q
13