projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Removed obsolete SHMDATA parameter in GLOBAL_CreateBlock.
[wine]
/
if1632
/
findfunc
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