Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ath/ath_hal/
HDah_decode.h42 OP_MARK = 3, /* application marker */ enumerator
/NextBSD/tools/tools/ath/arcode/
HDarcode.c105 case OP_MARK: in main()
/NextBSD/contrib/bmake/
HDmake.c535 unmarked = ((cgn->type & OP_MARK) == 0); in MakeHandleUse()
536 cgn->type |= OP_MARK; in MakeHandleUse()
874 cgn->type &= ~OP_MARK; in MakeUnmark()
891 if (cgn->type & OP_MARK) in MakeAddAllSrc()
893 cgn->type |= OP_MARK; in MakeAddAllSrc()
HDmake.h303 #define OP_MARK 0x01000000 /* Node found while expanding .ALLSRC */ macro
/NextBSD/sys/dev/ath/
HDah_osdep.c345 r->op = OP_MARK; in OS_MARK()
/NextBSD/tools/tools/ath/athdecode/
HDmain.c99 case OP_MARK: in main()