Searched refs:iline (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/usr.bin/patch/
H A Dinp.c145 size_t iline, lines_allocated; local
214 iline = 1;
215 i_ptr[iline] = i_womp;
222 if (iline == lines_allocated) {
227 i_ptr[++iline] = s + 1;
234 sz = s - i_ptr[iline];
244 memcpy(p, i_ptr[iline], sz);
246 i_ptr[iline] = p;
248 i_ptr[++iline] = empty_line;
252 input_lines = iline
[all...]
H A Dpatch.c1079 LINENUM iline; local
1088 for (iline = base + offset + fuzz; pline <= pat_lines; pline++, iline++) {
1089 ilineptr = ifetch(iline, offset >= 0);
1099 if (iline == input_lines) {
/freebsd-13-stable/contrib/bmake/
H A Dmkdeps.sh172 iline=`grep -n ".*include.*[\"<]$ifile[\">]" $file | cut -d: -f1`
173 echo "\"$file\", line $iline: cannot find include file \"$ifile\"" >> $EF

Completed in 64 milliseconds