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

  /src/usr.bin/make/
parse.c 258 { ".BEGIN", SP_BEGIN, OP_NONE },
259 { ".DEFAULT", SP_DEFAULT, OP_NONE },
260 { ".DELETE_ON_ERROR", SP_DELETE_ON_ERROR, OP_NONE },
261 { ".END", SP_END, OP_NONE },
262 { ".ERROR", SP_ERROR, OP_NONE },
265 { ".INCLUDES", SP_INCLUDES, OP_NONE },
266 { ".INTERRUPT", SP_INTERRUPT, OP_NONE },
269 { ".LIBS", SP_LIBS, OP_NONE },
271 { ".MAIN", SP_MAIN, OP_NONE },
273 { ".MAKEFLAGS", SP_MFLAGS, OP_NONE },
    [all...]
compat.c 254 silent = (gn->type & OP_SILENT) != OP_NONE;
592 Job_Touch(gn, (gn->type & OP_SILENT) != OP_NONE);
make.h 259 OP_NONE = 0,
1094 return (gn->type & OP_OPMASK) != OP_NONE;
targ.c 189 gn->type = name[0] == '-' && name[1] == 'l' ? OP_LIB : OP_NONE;
make.c 139 #define ADD(flag) Buf_AddFlag(&buf, (type & (flag)) != OP_NONE, #flag)
job.c 1693 job->special = (gn->type & OP_SPECIAL) != OP_NONE;

Completed in 18 milliseconds