Searched defs:synl (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/re/
H A Dsed1.c81 unsigned char *synl; /* current line pointer for syntax errors */ variable
589 unsigned char *t = ustrchr(synl, '\n');
590 error(1, "%s: %.*s", s, t-synl, synl);
596 unsigned char *t = ustrchr(synl, '\n');
597 error(3, "%s: %.*s", s, t-synl, synl);
603 unsigned char *t = ustrchr(synl, '\n');
607 error(3, "%s: %.*s", buf, t-synl, synl);
[all...]

Completed in 9 milliseconds