Home
last modified time | relevance | path

Searched refs:_autoname_ (Results 1 – 2 of 2) sorted by relevance

/dports/math/giacxcas/giac-1.6.0/src/
H A Dglobal.cc1531 static std::string & _autoname_(){ in _autoname_() function
1543 if ( (b==38 || b==-38) && strcmp(_autoname_().c_str(),"GA")<0) in calc_mode()
1562 res=contextptr->globalptr->_autoname_; in autoname()
1564 res=_autoname_(); in autoname()
1578 contextptr->globalptr->_autoname_=s; in autoname()
1580 _autoname_()=s; in autoname()
4095 _autoname_="GA"; in global()
4097 _autoname_="A"; in global()
4172 _autoname_=g._autoname_; in operator =()
6976 delete &_autoname_(); in release_globals()
H A Dglobal.h618 std::string _autoname_; variable