repo.or.cz
/
nvi.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add VI_SEL_END, VI_SEL_START
[nvi.git]
/
ex
/
ex.awk
blob
98ac2497d291f77906cc4bd336d710772e0900c9
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
}