HelenOS sources

cspan_new          87 uspace/app/sbi/src/cspan.c 	return cspan_new(a->input, a->line0, a->col0, b->line1, b->col1);
cspan_new          34 uspace/app/sbi/src/cspan.h cspan_t *cspan_new(input_t *input, int line0, int col0, int line1, int col1);
cspan_new         383 uspace/app/sbi/src/lex.c 	lex->current.cspan = cspan_new(lex->input, line0, col0, line0, col0);
HelenOS homepage, sources at GitHub