repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added/fixed some documentation reported by winapi_check.
[wine.git]
/
if1632
/
findfunc
blob
44eb9035b94ccd01f811da7899a901467e89b024
1
#! /bin/sh
2
3
name
=
"blah"
4
5
while
[
"
$name
"
!=
""
]
6
do
7
echo -n
'Function: '
8
read
name
9
grep
-i
$name
*
.spec
10
done