Searched refs:T_FLAG_PRECIOUS (Results 1 – 3 of 3) sorted by relevance
167 #define T_FLAG_PRECIOUS 0x0800 macro
627 if ( !( t->flags & ( T_FLAG_PRECIOUS | T_FLAG_NOTFILE ) ) && in make1c()968 if ( !( t->flags & T_FLAG_PRECIOUS ) && !unlink( filename ) ) in make1c_closure()
1779 bindtarget( list_item( iter ) )->flags |= T_FLAG_PRECIOUS; in builtin_precious()