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

Function dupyytext

Singular/scanner.cc:597–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

595#endif
596
597static char * dupyytext()
598{
599 char* s;
600 if (yyleng>0) yytext[yyleng-1] = '\0';
601 s = omStrDup((char *)yytext);
602 omMarkAsStaticAddr(s);
603 return s;
604}
605
606static char * dupyytextNL()
607{

Callers 1

scanner.ccFile · 0.85

Calls 1

omMarkAsStaticAddrFunction · 0.85

Tested by

no test coverage detected