freebsd-dev/usr.bin/vi/ex/excmd.awk
Sean Eric Fagan 18fd508d01 Latest public release of nvi, from Keith Bostic. I hope I got this
right ;).
Reviewed by:	Sean Eric Fagan
1994-08-16 23:36:45 +00:00

7 lines
118 B
Awk

# @(#)excmd.awk 8.1 (Berkeley) 4/17/94
/^\/\* C_[0-9A-Z_]* \*\/$/ {
printf("#define %s %d\n", $2, cnt++);
next;
}