Searched refs:OP_MARK (Results 1 – 6 of 6) sorted by relevance
42 OP_MARK = 3, /* application marker */ enumerator
105 case OP_MARK: in main()
535 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()
303 #define OP_MARK 0x01000000 /* Node found while expanding .ALLSRC */ macro
345 r->op = OP_MARK; in OS_MARK()
99 case OP_MARK: in main()