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

/freebsd-10.0-release/usr.bin/make/
H A Dparse.c548 ParseDoSrc(int tOp, char *src, Lst *allsrc) argument
614 if (tOp) {
615 gn->type |= tOp;
626 if (tOp) {
627 cohort->type |= tOp;
707 int tOp; /* operator from special target */ local
711 tOp = 0;
835 tOp = kw->op;
1227 ParseDoSrc(tOp, gnp->name, &curSrcs);
1236 ParseDoSrc(tOp, lin
[all...]
/freebsd-10.0-release/contrib/bmake/
H A Dparse.c956 * tOp operator (if any) from special targets
968 ParseDoSrc(int tOp, const char *src) argument
1062 if (tOp) {
1063 gn->type |= tOp;
1188 int tOp; /* operator from special target */ local
1197 tOp = 0;
1284 tOp = parseKeywords[keywd].op;
1670 ParseDoSrc(tOp, gn->name);
1680 ParseDoSrc(tOp, line);

Completed in 71 milliseconds