octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Find Implementation of functions in octave source


From: Andreas Weber
Subject: Re: Find Implementation of functions in octave source
Date: Mon, 2 May 2016 21:14:13 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.7.0

Hi Abhinav,
I think this should go to the help mailinglist, not the maintainers list.

Am 02.05.2016 um 19:52 schrieb Abhinav Tripathi:
> I cloned octave from mercurial and was looking to find the files where
> addpath and rehash are defined. I looked into many of the files but
> didn't get anything related. 
> Can anyone pls help to point me in the right direction.

I you run inside octave "help addpath" you'll see
'addpath' is a built-in function from the file
libinterp/corefcn/load-path.cc

so addpath (and rehash) are both implemented in load-path.cc

-- Andy



reply via email to

[Prev in Thread] Current Thread [Next in Thread]