Home | History | Annotate | Download | only in genrb

Lines Matching refs:truncsize

56 static int32_t truncsize = DERB_DEFAULT_TRUNC;
157 truncsize = atoi(options[4].value); /* user defined printable size */
159 truncsize = DERB_DEFAULT_TRUNC; /* we'll use default omitting size */
523 if(trunc && len > truncsize) {
527 (long)len, (long)truncsize/2);
529 len = truncsize;
567 if(trunc && len > truncsize) {
571 (long)len, (long)(truncsize/2));
573 len = truncsize/2;
626 if(trunc && len > truncsize) {
630 (long)len, (long)(truncsize/2));
632 len = truncsize;