source: trunk/third/nvi/common/options.awk @ 14302

Revision 14302, 166 bytes checked in by ghudson, 25 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r14301, which included commits to RCS files with non-trunk default branches.
Line 
1#       @(#)options.awk 10.1 (Berkeley) 6/8/95
2 
3/^\/\* O_[0-9A-Z_]*/ {
4        printf("#define %s %d\n", $2, cnt++);
5        next;
6}
7END {
8        printf("#define O_OPTIONCOUNT %d\n", cnt);
9}
Note: See TracBrowser for help on using the repository browser.