HomeSort by: relevance | last modified time | path
    Searched defs:linbuf (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl2/diffutils/dist/src/
ifdef.c 237 char const * const *linbuf = file->linbuf; local
248 fwrite (linbuf[from], sizeof (char),
249 linbuf[upto] + (linbuf[upto][-1] != '\n') - linbuf[from],
255 fwrite (linbuf[from], sizeof (char),
256 linbuf[upto] - linbuf[from], out);
276 output_1_line (linbuf[from]
    [all...]
io.c 232 char const **linbuf = current->linbuf;
404 /* Omit the inserted newline when computing linbuf later. */
457 || PTRDIFF_MAX / sizeof *linbuf <= alloc_lines - linbuf_base)
461 linbuf += linbuf_base;
462 linbuf = xrealloc (linbuf,
463 (alloc_lines - linbuf_base) * sizeof *linbuf);
464 linbuf -= linbuf_base;
466 linbuf[line] = ip
228 char const **linbuf = current->linbuf; local
    [all...]
diff.h 250 char const **linbuf;
262 There are this many lines in the file before linbuf[0]. */
247 char const **linbuf; member in struct:file_data
  /src/external/gpl2/xcvs/dist/diff/
ifdef.c 273 char const * const *linbuf = file->linbuf; local
284 write_output (linbuf[from],
285 (linbuf[upto] + (linbuf[upto][-1] != '\n')
286 - linbuf[from]));
291 write_output (linbuf[from],
292 linbuf[upto] - linbuf[from]);
314 output_1_line (linbuf[from]
    [all...]
io.c 201 char const **linbuf = current->linbuf;
296 /* Omit the inserted newline when computing linbuf later. */
337 linbuf = (char const **) xrealloc (linbuf + linbuf_base,
339 * sizeof (*linbuf))
342 linbuf[line] = ip;
358 linbuf = (char const **) xrealloc (linbuf + linbuf_base,
360 * sizeof (*linbuf))
198 char const **linbuf = current->linbuf; local
    [all...]
diff.h 230 char const **linbuf;
242 There are this many lines in the file before linbuf[0]. */
227 char const **linbuf; member in struct:file_data

Completed in 53 milliseconds