Searched defs:scanexec (Results 1 - 1 of 1) sorted by relevance
| /ast/src/cmd/nmake/ |
| H A D | scan.c | 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) function 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 [all...] |
Completed in 14 milliseconds