Show in which file the function is actually implemented, as well as

the header in which it is defined.
oldstable
Vincent Béron 2002-06-02 21:16:58 +00:00 committed by Alexandre Julliard
parent 7cae558bdc
commit c075f35e1a
1 changed files with 1 additions and 0 deletions

View File

@ -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