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

Function current_pos

Singular/libparse.cc:3346–3349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3344
3345
3346int current_pos(int i)
3347{
3348 return(i+offset+(int)(yytext-yylp_buffer_start));
3349}
3350
3351int libread(FILE* f, char* buf, int max_size)
3352{ int rc;

Callers 3

libparse.ccFile · 0.85
copy_stringFunction · 0.85
iiLoadLIBFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected