Searched refs:discarded (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/cvs/diff/
H A Danalyze.c333 All line numbers are origin-0 and discarded lines are not counted.
396 A line which is discarded will not be considered by the actual
399 (which don't count the discarded lines) into real line numbers;
401 that are comprehensible when the discarded lines are counted.
411 char *discarded[2];
437 /* Set up tables of which lines are going to be discarded. */
439 discarded[0] = xmalloc (sizeof (char)
442 discarded[1] = discarded[0] + filevec[0].buffered_lines;
443 bzero (discarded[
409 char *discarded[2]; local
[all...]
/freebsd-9.3-release/contrib/diff/src/
H A Danalyze.c325 All line numbers are origin-0 and discarded lines are not counted.
366 A line which is discarded will not be considered by the actual
369 (which don't count the discarded lines) into real line numbers;
371 that are comprehensible when the discarded lines are counted.
381 char *discarded[2];
406 /* Set up tables of which lines are going to be discarded. */
408 discarded[0] = zalloc (filevec[0].buffered_lines
410 discarded[1] = discarded[0] + filevec[0].buffered_lines;
412 /* Mark to be discarded eac
379 char *discarded[2]; local
[all...]
/freebsd-9.3-release/sys/boot/common/
H A Dhelp.common404 If allowed, the named variable's value is discarded and the variable
/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c3541 int discarded = 0;
3560 discarded |= (TYPE_QUALS (in_otype) & ~TYPE_QUALS (in_type));
3568 if (discarded)
3522 int discarded = 0; local

Completed in 89 milliseconds