Show in which file the function is actually implemented, as well as
the header in which it is defined.
This commit is contained in:
parent
7cae558bdc
commit
c075f35e1a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue