Home
last modified time | relevance | path

Searched refs:OP_NONE (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/bmake/
H A Dparse.c263 { ".BEGIN", SP_BEGIN, OP_NONE },
264 { ".DEFAULT", SP_DEFAULT, OP_NONE },
265 { ".DELETE_ON_ERROR", SP_DELETE_ON_ERROR, OP_NONE },
266 { ".END", SP_END, OP_NONE },
267 { ".ERROR", SP_ERROR, OP_NONE },
270 { ".INCLUDES", SP_INCLUDES, OP_NONE },
271 { ".INTERRUPT", SP_INTERRUPT, OP_NONE },
274 { ".LIBS", SP_LIBS, OP_NONE },
276 { ".MAIN", SP_MAIN, OP_NONE },
278 { ".MAKEFLAGS", SP_MFLAGS, OP_NONE },
[all …]
H A Dmake.h214 * IRIX defines OP_NONE in sys/fcntl.h
216 #if defined(OP_NONE)
217 # undef OP_NONE
282 OP_NONE = 0, enumerator
1113 return (gn->type & OP_OPMASK) != OP_NONE; in GNode_IsTarget()
H A Dcompat.c256 silent = (gn->type & OP_SILENT) != OP_NONE; in Compat_RunCommand()
598 Job_Touch(gn, (gn->type & OP_SILENT) != OP_NONE); in MakeUnmade()
H A Dtarg.c189 gn->type = name[0] == '-' && name[1] == 'l' ? OP_LIB : OP_NONE; in GNode_New()
H A Dmake.c136 #define ADD(flag) Buf_AddFlag(&buf, (type & (flag)) != OP_NONE, #flag) in GNodeType_ToString()
H A Djob.c1667 job->special = (gn->type & OP_SPECIAL) != OP_NONE; in Job_Make()
H A DChangeLog610 * make.h: undef OP_NONE if defined
/freebsd/usr.sbin/ppp/
H A Dfilter.c107 tgt->f_srcop = tgt->f_dstop = OP_NONE; in ParseIcmp()
119 tgt->f_dstop = OP_NONE; in ParseIcmp()
137 tgt->f_srcop = tgt->f_dstop = OP_NONE; in ParseUdpOrTcp()
142 if (tgt->f_srcop == OP_NONE) { in ParseUdpOrTcp()
157 if (tgt->f_dstop == OP_NONE) { in ParseUdpOrTcp()
201 tgt->f_srcop = tgt->f_dstop = OP_NONE; in ParseGeneric()
H A Dfilter.h32 #define OP_NONE 0 macro
H A Dip.c410 if (fp->f_srcop != OP_NONE) { in FilterCheck()
416 if (fp->f_dstop != OP_NONE) { in FilterCheck()
429 if ((fp->f_srcop == OP_NONE || in FilterCheck()
431 (fp->f_dstop == OP_NONE || in FilterCheck()
/freebsd/sys/dev/acpica/
H A Dacpi_quirk.c35 OP_NONE, enumerator
89 case OP_NONE: in aq_revcmp()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_neon_incl.td178 def OP_NONE : Operation;
303 class SInst<string n, string p, string t> : Inst<n, p, t, OP_NONE> {}
304 class IInst<string n, string p, string t> : Inst<n, p, t, OP_NONE> {}
305 class WInst<string n, string p, string t> : Inst<n, p, t, OP_NONE> {}