Home
last modified time | relevance | path

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

/dports/x11/libfm-extra/libfm-1.3.2/src/base/
H A Dfm-templates.c446 FmTemplate *new_templ; in _fm_template_update() local
459 l->data = new_templ = fm_template_new(); /* reference is bound to list */ in _fm_template_update()
460 new_templ->mime_type = fm_mime_type_ref(templ->mime_type); in _fm_template_update()
461 new_templ->files = templ->files; in _fm_template_update()
463 for(file = new_templ->files; file; file = file->next_in_templ) in _fm_template_update()
465 file->templ = g_object_ref(new_templ); in _fm_template_update()
469 _fm_template_update_from_file(new_templ, new_templ->files); in _fm_template_update()
471 if(!new_templ->template_file && templ->template_file && !fm_config->template_type_once) in _fm_template_update()
472 new_templ->template_file = fm_path_ref(templ->template_file); in _fm_template_update()
474 return new_templ; in _fm_template_update()
/dports/x11/libfm/libfm-1.3.2/src/base/
H A Dfm-templates.c446 FmTemplate *new_templ; in _fm_template_update() local
459 l->data = new_templ = fm_template_new(); /* reference is bound to list */ in _fm_template_update()
460 new_templ->mime_type = fm_mime_type_ref(templ->mime_type); in _fm_template_update()
461 new_templ->files = templ->files; in _fm_template_update()
463 for(file = new_templ->files; file; file = file->next_in_templ) in _fm_template_update()
465 file->templ = g_object_ref(new_templ); in _fm_template_update()
469 _fm_template_update_from_file(new_templ, new_templ->files); in _fm_template_update()
471 if(!new_templ->template_file && templ->template_file && !fm_config->template_type_once) in _fm_template_update()
472 new_templ->template_file = fm_path_ref(templ->template_file); in _fm_template_update()
474 return new_templ; in _fm_template_update()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/tools/gn/
H A Dscope_unittest.cc87 scoped_refptr<Template> new_templ( in TEST() local
89 new_scope.AddTemplate("templ", new_templ.get()); in TEST()
119 scoped_refptr<Template> new_templ( in TEST() local
121 new_scope.AddTemplate("templ", new_templ.get()); in TEST()
151 scoped_refptr<Template> new_templ( in TEST() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/gn/
H A Dscope_unittest.cc87 scoped_refptr<Template> new_templ( in TEST() local
89 new_scope.AddTemplate("templ", new_templ.get()); in TEST()
119 scoped_refptr<Template> new_templ( in TEST() local
121 new_scope.AddTemplate("templ", new_templ.get()); in TEST()
151 scoped_refptr<Template> new_templ( in TEST() local
/dports/devel/gn/gn-1962/src/gn/
H A Dscope_unittest.cc87 scoped_refptr<Template> new_templ( in TEST() local
89 new_scope.AddTemplate("templ", new_templ.get()); in TEST()
119 scoped_refptr<Template> new_templ( in TEST() local
121 new_scope.AddTemplate("templ", new_templ.get()); in TEST()
151 scoped_refptr<Template> new_templ( in TEST() local
/dports/finance/gnucash/gnucash-4.9/gnucash/import-export/aqb/
H A Dgnc-ab-utils.c1356 GncABTransTempl *new_templ = gnc_ab_trans_templ_new(); in gnc_ab_trans_templ_list_new_from_ref_accounts() local
1366 gnc_ab_trans_templ_set_name(new_templ, GWEN_Buffer_GetStart(accNameForTemplate)); in gnc_ab_trans_templ_list_new_from_ref_accounts()
1367 gnc_ab_trans_templ_set_recp_name(new_templ, AB_ReferenceAccount_GetOwnerName(ra)); in gnc_ab_trans_templ_list_new_from_ref_accounts()
1368 gnc_ab_trans_templ_set_recp_account(new_templ, AB_ReferenceAccount_GetIban(ra)); in gnc_ab_trans_templ_list_new_from_ref_accounts()
1369 gnc_ab_trans_templ_set_recp_bankcode(new_templ, AB_ReferenceAccount_GetBic(ra)); in gnc_ab_trans_templ_list_new_from_ref_accounts()
1370 gnc_ab_trans_templ_set_amount(new_templ, zero); in gnc_ab_trans_templ_list_new_from_ref_accounts()
1371 retval = g_list_prepend (retval, new_templ); in gnc_ab_trans_templ_list_new_from_ref_accounts()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/config/
H A Dtc-aarch64.c7504 templates *templ, *new_templ; in fill_instruction_hash_table() local
7507 new_templ = XNEW (templates); in fill_instruction_hash_table()
7508 new_templ->opcode = opcode; in fill_instruction_hash_table()
7509 new_templ->next = NULL; in fill_instruction_hash_table()
7512 checked_hash_insert (aarch64_ops_hsh, opcode->name, (void *) new_templ); in fill_instruction_hash_table()
7515 new_templ->next = templ->next; in fill_instruction_hash_table()
7516 templ->next = new_templ; in fill_instruction_hash_table()
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/config/
H A Dtc-aarch64.c7504 templates *templ, *new_templ; in fill_instruction_hash_table() local
7507 new_templ = XNEW (templates); in fill_instruction_hash_table()
7508 new_templ->opcode = opcode; in fill_instruction_hash_table()
7509 new_templ->next = NULL; in fill_instruction_hash_table()
7512 checked_hash_insert (aarch64_ops_hsh, opcode->name, (void *) new_templ); in fill_instruction_hash_table()
7515 new_templ->next = templ->next; in fill_instruction_hash_table()
7516 templ->next = new_templ; in fill_instruction_hash_table()
/dports/devel/binutils/binutils-2.37/gas/config/
H A Dtc-aarch64.c8775 templates *templ, *new_templ; in fill_instruction_hash_table() local
8778 new_templ = XNEW (templates); in fill_instruction_hash_table()
8779 new_templ->opcode = opcode; in fill_instruction_hash_table()
8780 new_templ->next = NULL; in fill_instruction_hash_table()
8783 checked_hash_insert (aarch64_ops_hsh, opcode->name, (void *) new_templ); in fill_instruction_hash_table()
8786 new_templ->next = templ->next; in fill_instruction_hash_table()
8787 templ->next = new_templ; in fill_instruction_hash_table()
/dports/devel/arm-elf-binutils/binutils-2.37/gas/config/
H A Dtc-aarch64.c8775 templates *templ, *new_templ; in fill_instruction_hash_table() local
8778 new_templ = XNEW (templates); in fill_instruction_hash_table()
8779 new_templ->opcode = opcode; in fill_instruction_hash_table()
8780 new_templ->next = NULL; in fill_instruction_hash_table()
8783 checked_hash_insert (aarch64_ops_hsh, opcode->name, (void *) new_templ); in fill_instruction_hash_table()
8786 new_templ->next = templ->next; in fill_instruction_hash_table()
8787 templ->next = new_templ; in fill_instruction_hash_table()
/dports/devel/gnulibiberty/binutils-2.37/gas/config/
H A Dtc-aarch64.c8775 templates *templ, *new_templ; in fill_instruction_hash_table() local
8778 new_templ = XNEW (templates); in fill_instruction_hash_table()
8779 new_templ->opcode = opcode; in fill_instruction_hash_table()
8780 new_templ->next = NULL; in fill_instruction_hash_table()
8783 checked_hash_insert (aarch64_ops_hsh, opcode->name, (void *) new_templ); in fill_instruction_hash_table()
8786 new_templ->next = templ->next; in fill_instruction_hash_table()
8787 templ->next = new_templ; in fill_instruction_hash_table()