From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: Ralph Corderoy Message-ID: References: <5194db69d6a2bcb77be8696538794a50@plan9.bell-labs.com>, <3.0.6.32.20020311101349.00998010@pop3.clear.net.nz> Subject: Re: [9fans] samuel Date: Mon, 11 Mar 2002 10:09:40 +0000 Topicbox-Message-UUID: 638d6c02-eaca-11e9-9e20-41e7f4b1d025 Hi Andrew, > Fair enough. I'd just like some way to find function definitions > without changing the way I lay them out. grep ^nurdge *.c does have > the appeal of simplicity, but I don't like adjusting my style to suit > the machine. Like you, I too prefer the K&R2 style of function prototypes and find the argument for /^foo inconsistent otherwise we'd see typedef struct { ... } foo; bar * barlist[NUM_BAR]; since finding a non-function definition can be just as useful. Cheers, Ralph.