Lines Matching defs:synl
81 unsigned char *synl; /* current line pointer for syntax errors */
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);
610 error(3, "invalid regular expression: %.*s", t-synl, synl);
685 synl = t->w;