projects
/
wine
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Documentation update.
[wine]
/
tools
/
findfunc
diff --git
a/tools/findfunc
b/tools/findfunc
index
46a985b
..
98fd6ce
100755
(executable)
--- a/
tools/findfunc
+++ b/
tools/findfunc
@@
-8,6
+8,7
@@
fi
while [ "$name" != "" ]
do
find $(dirname $0)/../ -name \*.spec | xargs -l1024 grep -i $name
+ find $(dirname $0)/../ -name \*.[ch] | xargs grep -i "WINAPI[[:space:]]\+$name"
echo -n 'Function: '
read name
done