Home
last modified time | relevance | path

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

/dports/science/ghemical/ghemical-3.0.0/src/
H A Dfiletrans.cpp120 name_tag_count = -1; in file_trans()
252 name_tag_count = 0; in Copy()
255 name_tag_count++; in Copy()
258 tagtab = new atom_name_tag[name_tag_count]; in Copy()
342 for (i32s n2 = 0;n2 < name_tag_count;n2++) in Synchronize()
395 for (i32s n1 = 0;n1 < name_tag_count;n1++) in Synchronize()
H A Dfiletrans.h67 int name_tag_count; variable