Home
last modified time | relevance | path

Searched refs:OP_MARK (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/
H A Dah_decode.h42 OP_MARK = 3, /* application marker */ enumerator
/freebsd/contrib/bmake/
H A Dmake.c167 ADD(OP_MARK); in GNodeType_ToString()
481 unmarked = !(cgn->type & OP_MARK); in MakeHandleUse()
482 cgn->type |= OP_MARK; in MakeHandleUse()
817 child->type &= (unsigned)~OP_MARK; in UnmarkChildren()
845 if (cgn->type & OP_MARK) in MakeAddAllSrc()
847 cgn->type |= OP_MARK; in MakeAddAllSrc()
H A Dmake.h404 OP_MARK = 1 << 23 enumerator
/freebsd/tools/tools/ath/arcode/
H A Darcode.c103 case OP_MARK: in main()
/freebsd/sys/dev/ath/
H A Dah_osdep.c349 r->op = OP_MARK; in OS_MARK()
/freebsd/tools/tools/ath/athdecode/
H A Dmain.c97 case OP_MARK: in main()