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
Sync usage with man page.
[netbsd-mini2440.git]
/
dist
/
nvi
/
ipc
/
ipc.awk
blob
828a642c8b0c28ad9a98b7bc07601f3700c1965d
1
# @(#)ipc.awk 10.1 (Berkeley) 6/8/95
2
3
/
^\
/
\
*
SI_
[
0
-
9
A
-
Z_
]*
\
*
\
/
$
/ {
4
printf
(
"#define %s %d
\n
"
,
$
2
, ++
cnt
);
5
next
;
6
}