Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/patch/
H A Dpatch.c711 const LINENUM newfirst = pch_newfirst() + last_offset; in abort_context_hunk() local
713 const LINENUM newlast = newfirst + pch_repl_lines() - 1; in abort_context_hunk()
730 if (newlast < newfirst) in abort_context_hunk()
732 else if (newlast == newfirst) in abort_context_hunk()
733 fprintf(rejfp, "--- %ld%s\n", newfirst, minuses); in abort_context_hunk()
735 fprintf(rejfp, "--- %ld,%ld%s\n", newfirst, in abort_context_hunk()
773 const LINENUM newfirst = pch_newfirst() + last_offset; in abort_hunk() local
794 pch_ptrn_lines(), newfirst, pch_repl_lines()); in abort_hunk()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcse.cc1364 struct table_elt *newfirst = next; in remove_from_table() local
1367 next->first_same_value = newfirst; in remove_from_table()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcse.c1385 struct table_elt *newfirst = next; in remove_from_table() local
1388 next->first_same_value = newfirst; in remove_from_table()