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

Function paPrint

Singular/ipshell.cc:6325–6340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6323}
6324
6325void paPrint(const char *n,package p)
6326{
6327 Print(" %s (",n);
6328 switch (p->language)
6329 {
6330 case LANG_SINGULAR: PrintS("S"); break;
6331 case LANG_C: PrintS("C"); break;
6332 case LANG_TOP: PrintS("T"); break;
6333 case LANG_MAX: PrintS("M"); break;
6334 case LANG_NONE: PrintS("N"); break;
6335 default: PrintS("U");
6336 }
6337 if(p->libname!=NULL)
6338 Print(",%s", p->libname);
6339 PrintS(")");
6340}
6341
6342BOOLEAN iiApplyINTVEC(leftv res, leftv a, int op, leftv proc)
6343{

Callers 2

PrintMethod · 0.85
list1Function · 0.85

Calls 2

PrintSFunction · 0.85
PrintFunction · 0.50

Tested by

no test coverage detected