Home
last modified time | relevance | path

Searched refs:mark_idx_end (Results 1 – 3 of 3) sorted by relevance

/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Dstrace.c252 GLOBALS->strace_ctx->mark_idx_end=((struct item_mark_string*)which)->idx; in end_clicked()
253 if (GLOBALS->strace_ctx->mark_idx_end<0 || GLOBALS->strace_ctx->mark_idx_end>=(int)(sizeof(item_mar… in end_clicked()
255 …derr, "Internal error: GLOBALS->mark_idx_end out of range %d\n",GLOBALS->strace_ctx->mark_idx_end); in end_clicked()
602 gtk_option_menu_set_history (GTK_OPTION_MENU (optionmenu), GLOBALS->strace_ctx->mark_idx_end); in tracesearchbox()
1466 if(GLOBALS->strace_ctx->mark_idx_end>0) in strace_maketimetrace()
1468 if(GLOBALS->named_markers[GLOBALS->strace_ctx->mark_idx_end-1]>=0) in strace_maketimetrace()
1469 endtime=GLOBALS->named_markers[GLOBALS->strace_ctx->mark_idx_end-1]; in strace_maketimetrace()
1473 …d, "%s not in use.\n", item_mark_end_strings[(unsigned int)GLOBALS->strace_ctx->mark_idx_end].str); in strace_maketimetrace()
1550 mark_idx_end_temp = GLOBALS->strace_ctx->mark_idx_end; in swap_strace_contexts()
1551 GLOBALS->strace_ctx->mark_idx_end = GLOBALS->strace_ctx->shadow_mark_idx_end; in swap_strace_contexts()
[all …]
H A Dstrace.h111 signed char mark_idx_end; member
H A Dsavefile.c425 …>logical_mutex[5], '@'+GLOBALS->strace_ctx->mark_idx_start, '@'+GLOBALS->strace_ctx->mark_idx_end); in write_save_helper()