MCPcopy Create free account
hub / github.com/Singular/Singular / Fullname

Method Fullname

Singular/subexpr.h:125–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 else return sNoName_fe;
124 }
125 inline const char * Fullname()
126 {
127 if ((name!=NULL) && (e==NULL)) return(this->name);
128 else return sNoName_fe;
129 }
130 int Typ();
131 int LTyp(); /* returns LIST_CMD for l[i], otherwise returns Typ() */
132 void * Data();

Callers 15

jjFETCHFunction · 0.80
jjOPPOSEFunction · 0.80
jjBRACK_SFunction · 0.80
jjBRACK_ImFunction · 0.80
jjBRACK_BimFunction · 0.80
jjBRACK_MaFunction · 0.80
jjBRACK_SMFunction · 0.80
jjMINOR_MFunction · 0.80
jjFETCH_MFunction · 0.80
jjLIST_PLFunction · 0.80
iiExprArith2TabInternFunction · 0.80
iiExprArith1TabFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected