Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dmake.c167 ADD(OP_MARK); in GNodeType_ToString()
485 unmarked = !(cgn->type & OP_MARK); in MakeHandleUse()
486 cgn->type |= OP_MARK; in MakeHandleUse()
823 child->type &= (unsigned)~OP_MARK; in UnmarkChildren()
851 if (cgn->type & OP_MARK) in MakeAddAllSrc()
853 cgn->type |= OP_MARK; in MakeAddAllSrc()
H A Dmake.h382 OP_MARK = 1 << 23 enumerator
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_decode.h42 OP_MARK = 3, /* application marker */ enumerator
H A Dah_osdep.c358 r->op = OP_MARK; in OS_MARK()
/dragonfly/tools/tools/ath/athdecode/
H A Dmain.c97 case OP_MARK: in main()