Home
last modified time | relevance | path

Searched refs:TREE_VHDL_ST_FUNCTION (Results 1 – 7 of 7) sorted by relevance

/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Dtree.h90 TREE_VHDL_ST_FUNCTION, enumerator
H A Dtree.c513 …case TREE_VHDL_ST_FUNCTION: pxm = GLOBALS->hiericon_function_pixmap; msk = GLOBALS->hiericon_funct… in maketree_nodes()
1134 else if(!strcmp(p, "VHDL_ST_FUNCTION")) { exclhier |= exclone << TREE_VHDL_ST_FUNCTION; } in sst_exclusion_loader()
H A Dextload.c614 case 'f': ttype = (vht[6] == 'u') ? TREE_VHDL_ST_FUNCTION : TREE_VHDL_ST_GENFOR; break;
1223 case FST_ST_VHDL_FUNCTION: ttype = TREE_VHDL_ST_FUNCTION; break;
H A Dfst.c184 case FST_ST_VHDL_FUNCTION: ttype = TREE_VHDL_ST_FUNCTION; break; in extractNextVar()
H A Dvcd.c1168 … case 'f': ttype = (vht[6] == 'u') ? TREE_VHDL_ST_FUNCTION : TREE_VHDL_ST_GENFOR; break; in vcd_parse()
H A Dvcd_partial.c1117 … case 'f': ttype = (vht[6] == 'u') ? TREE_VHDL_ST_FUNCTION : TREE_VHDL_ST_GENFOR; break; in vcd_parse()
H A Dvcd_recoder.c1511 … case 'f': ttype = (vht[6] == 'u') ? TREE_VHDL_ST_FUNCTION : TREE_VHDL_ST_GENFOR; break; in vcd_parse()