Lines Matching defs:scanexec
96 Action_t* before; /* do this before scanexec */
97 Action_t* after; /* do this after scanexec */
1246 scanexec(int fd, Rule_t* r, Scan_t* ss, List_t* p)
1327 error(2, "scanexec: NXT \"%-.*s\"", x - g, g);
1354 error(2, "scanexec: BUF \"%-.*s\"", x - g, g);
1363 error(2, "scanexec: %s \"%-.*s\"", opname(s), x - (g - 1), g - 1);
1413 error(2, "scanexec: HIT *s==0");
1511 error(2, "scanexec: HIT %s: %c n=%d \"%s\" \"%s\"", r->name, ss->action[*s].type, n - 1, b + arg[0].begin, b + arg[1].begin);
1556 error(2, "scanexec: XXX");
1567 error(2, "scanexec: POP");
1822 s->prereqs = scanexec(fd, r, ss, ss->before ? scanmatch(NiL, ss->before, r, null, null, 0, 1) : (List_t*)0);