Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/texinfo/util/
H A Dfixref.gawk136 newref = refkind line ", ," names[line] "}"
139 sub(pat, newref, orig)
/openbsd/gnu/usr.bin/perl/
H A Dgv.c3810 SV* const newref = newSVsv(tmpRef); in Perl_amagic_call() local
3811 SvOBJECT_on(newref); in Perl_amagic_call()
3814 SvSTASH_set(newref, MUTABLE_HV(SvREFCNT_inc(SvSTASH(tmpRef)))); in Perl_amagic_call()
3815 return newref; in Perl_amagic_call()
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.c2342 rtx lab, new, ref, newref; local
2368 newref = gen_rtx_LABEL_REF (VOIDmode, pool_window_label);
2370 LABEL_NEXTREF (newref) = ref;
2371 pool_vector[pool_window_last].wend = newref;
2396 newref = gen_rtx_LABEL_REF (VOIDmode, pool_window_label);
2398 LABEL_NEXTREF (newref) = ref;
2399 pool_vector[pool_window_last].wend = newref;
/openbsd/gnu/gcc/gcc/config/sh/
H A Dsh.c3097 label_ref_list_t ref, newref; in add_constant() local
3123 newref = (label_ref_list_t) pool_alloc (label_ref_list_pool); in add_constant()
3124 newref->label = pool_window_label; in add_constant()
3126 newref->next = ref; in add_constant()
3127 pool_vector[pool_window_last].wend = newref; in add_constant()
3152 newref = (label_ref_list_t) pool_alloc (label_ref_list_pool); in add_constant()
3153 newref->label = pool_window_label; in add_constant()
3155 newref->next = ref; in add_constant()
3156 pool_vector[pool_window_last].wend = newref; in add_constant()