HomeSort by: relevance | last modified time | path
    Searched refs:OP_OPTIONAL (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/make/
targ.c 407 { OP_OPTIONAL, false, "OPTIONAL" },
make.c 143 ADD(OP_OPTIONAL);
240 if (gn->mtime == 0 && !(gn->type & OP_OPTIONAL)) {
make.h 283 OP_OPTIONAL = 1 << 3,
job.c 1357 (OP_JOIN | OP_USE | OP_USEBEFORE | OP_EXEC | OP_OPTIONAL |
1446 if (gn->type & OP_OPTIONAL) {
suff.c 1155 if (sgn->type & OP_OPTIONAL && Lst_IsEmpty(&tgn->commands)) {
parse.c 285 { ".OPTIONAL", SP_ATTRIBUTE, OP_OPTIONAL },

Completed in 34 milliseconds