Home
last modified time | relevance | path

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

/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Dvcd_saver.c82 static char *vcdid(unsigned int value, int export_typ) in vcdid() argument
87 if(export_typ != WAVE_EXPORT_TRANS) in vcdid()
367 int lxt = (export_typ == WAVE_EXPORT_LXT); in save_nodes_to_export_generic()
368 int is_trans = (export_typ == WAVE_EXPORT_TRANS); in save_nodes_to_export_generic()
371 if(export_typ == WAVE_EXPORT_TIM) in save_nodes_to_export_generic()
387 if(export_typ != WAVE_EXPORT_TRANS) in save_nodes_to_export_generic()
464 if(export_typ == WAVE_EXPORT_TRANS) in save_nodes_to_export_generic()
532 if(export_typ != WAVE_EXPORT_TRANS) in save_nodes_to_export_generic()
553 if(export_typ == WAVE_EXPORT_TRANS) in save_nodes_to_export_generic()
572 if(export_typ == WAVE_EXPORT_TRANS) in save_nodes_to_export_generic()
[all …]
H A Dvcd_saver.h22 int save_nodes_to_export(const char *fname, int export_typ);