repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
dist
/
nvi
/
ex
/
ex.awk
blob
9cbb53f20a23bfc5e1558fd35f08653e7a6b9374
1
# Id: ex.awk,v 10.1 1995/06/08 18:55:37 bostic Exp (Berkeley) Date: 1995/06/08 18:55:37
2
3
/
^\
/
\
*
C_
[
0
-
9
A
-
Z_
]*
\
*
\
/
$
/ {
4
printf
(
"#define %s %d
\n
"
,
$
2
,
cnt
++);
5
next
;
6
}