Home
last modified time | relevance | path

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

/dports/science/ghemical/ghemical-3.0.0/src/
H A Dgtk_app.cpp1368 pv_chains_record * c_rec2 = new pv_chains_record; in BuildChainsView() local
1369c_rec2->c_r_ind = (n1 << 16) + n2; gtk_tree_store_append(pv_chains_store, & c_rec2->iter, & c_rec1… in BuildChainsView()
1371 pv_chains_data.push_back(c_rec2); in BuildChainsView()
1382 …gtk_tree_store_set(pv_chains_store, & c_rec2->iter, 0, FALSE, 1, rns.str().c_str(), 2, res_id, 3, … in BuildChainsView()