Searched refs:scanmatch (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/nmake/
H A Dscan.c1043 scanmatch(List_t* p, register Action_t* a, Rule_t* r, char* b, char* s, int iflev, int split) function
1057 error(2, "scanmatch: %s %c", s, a->type);
1067 error(2, "scanmatch: %s %c script `%s'", s, a->type, a->script);
1074 error(2, "scanmatch: %s %c map `%s'", s, a->type, a->map);
1546 p = scanmatch(p, &ss->action[*s], r, (char*)b, a, iflev, c == 'T' ? -1 : a != null && a > (char*)b && (c = *(a - 1)) != '"' && c != '\'' && (c != '<' || arg[0].replace != '>'));
1742 p = scanmatch(p, ss->classid, r, pos->bucket->name, pos->bucket->name, 0, 0);
1822 s->prereqs = scanexec(fd, r, ss, ss->before ? scanmatch(NiL, ss->before, r, null, null, 0, 1) : (List_t*)0);
1854 s->prereqs = scanmatch(s->prereqs, ss->after, r, null, null, 0, 1);

Completed in 10 milliseconds