xref: /illumos-gate/usr/src/cmd/oawk/tokenscript (revision 7c478bd9)
1*7c478bd9Sstevel@tonic-gatee awk.h
2*7c478bd9Sstevel@tonic-gateg/#ident	"%Z%%M%	%I%	%E% SMI"/p
3*7c478bd9Sstevel@tonic-gate1,$s/# *define *//
4*7c478bd9Sstevel@tonic-gate1,$s/^/"/
5*7c478bd9Sstevel@tonic-gate1,$s/ /", /
6*7c478bd9Sstevel@tonic-gate1,$s/$/,/
7*7c478bd9Sstevel@tonic-gatew temp
8*7c478bd9Sstevel@tonic-gatee token.c
9*7c478bd9Sstevel@tonic-gate/= *{$/+1,/^};$/-1d
10*7c478bd9Sstevel@tonic-gate-r temp
11*7c478bd9Sstevel@tonic-gatew tmptoken.c
12*7c478bd9Sstevel@tonic-gateq
13