Home
last modified time | relevance | path

Searched refs:TR_GRP_BEGIN (Results 1 – 4 of 4) sorted by relevance

/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Danalyzer.h569 #define TR_GRP_BEGIN (UINT64_C(1)<<TR_GRP_BEGIN_B) macro
571 #define TR_GRP_MASK (TR_GRP_BEGIN|TR_GRP_END)
642 #define IsGroupBegin(t) (t->flags&TR_GRP_BEGIN)
H A Danalyzer.c408 TR_GRP_BEGIN| in AddBlankTrace()
1346 if(tsort[i]->flags & TR_GRP_BEGIN) in TracesReorder()
1352 if(tsort[j]->flags & TR_GRP_BEGIN) { cnt++; } in TracesReorder()
1646 if(t->flags & TR_GRP_BEGIN) in EnsureGroupsMatch()
H A Dsavefile.c1253 if(GLOBALS->default_flags&TR_GRP_BEGIN) { current_grp_depth = GLOBALS->group_depth; } in parsewavline()
1319 …if((GLOBALS->default_flags&TR_GRP_BEGIN) && (current_grp_depth >= 0) && (current_grp_depth == GLOB… in parsewavline()
1774 if((!rc)&&(GLOBALS->default_flags&TR_GRP_BEGIN)) in parsewavline()
H A Dmenu.c2604 t_begin->flags |=TR_GRP_BEGIN;
2614 t_begin->flags = (TR_BLANK|TR_GRP_BEGIN);