Re: [fossil-dev] Style issue concerning function definitions

2015-05-02 Thread Andy Goth
On 5/2/2015 4:49 PM, Richard Hipp wrote: > On 5/2/15, Andy Goth wrote: >> I have a hard time locating where functions are defined, as opposed to >> where they are prototyped or used. Yeah I know I could use ctags or >> such, but I prefer simple greps when possible. > > You could use "grep '^[a-z]

Re: [fossil-dev] Style issue concerning function definitions

2015-05-02 Thread Richard Hipp
On 5/2/15, Andy Goth wrote: > I have a hard time locating where functions are defined, as opposed to > where they are prototyped or used. Yeah I know I could use ctags or > such, but I prefer simple greps when possible. > > There are a few stylistic techniques to make it easy to find a function >

[fossil-dev] Style issue concerning function definitions

2015-05-02 Thread Andy Goth
I have a hard time locating where functions are defined, as opposed to where they are prototyped or used. Yeah I know I could use ctags or such, but I prefer simple greps when possible. There are a few stylistic techniques to make it easy to find a function definition. One is to put the function