Home
last modified time | relevance | path

Searched refs:ONLIST (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.bin/gprof/
H A Dgprof.h92 #define ONLIST 0x02 /* arc is on list of arcs in cycles */ macro
H A Darcs.c602 if ( ( arcp -> arc_flags & ONLIST ) == 0 ) { in addcycle()
603 arcp -> arc_flags |= ONLIST; in addcycle()
647 arcp -> arc_flags &= ~ONLIST; in compresslist()