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