repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'vendor/GCC44'
[dragonfly.git]
/
contrib
/
nvi
/
ex
/
ex.awk
blob
3ee372e14aac8f40db29d28a7ed62064d441606f
1
# @(#)ex.awk 10.1 (Berkeley) 6/8/95
2
3
/
^\
/
\
*
C_
[
0
-
9
A
-
Z_
]*
\
*
\
/
$
/ {
4
printf
(
"#define %s %d
\n
"
,
$
2
,
cnt
++);
5
next
;
6
}