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

/freebsd-10.1-release/contrib/gcclibs/libcpp/
H A Dmkdeps.c289 deps_write (const struct deps *d, FILE *fp, unsigned int colmax) argument
294 if (colmax && colmax < 34)
295 colmax = 34;
301 if (colmax && column > colmax)
322 if (colmax && column > colmax)
/freebsd-10.1-release/lib/libiconv_modules/mapper_zone/
H A Dcitrus_mapper_zone.c236 uint32_t colmax, rowmax; local
288 colmax = (mz->mz_col_bits == 32) ? 0 : 1 << mz->mz_col_bits;
290 if (check_rowcol(&mz->mz_col, mz->mz_col_offset, colmax))
/freebsd-10.1-release/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp3520 int colmax = 0; // pacify compiler local
3584 colmax = 0;
3591 colmax = tbl->get_tab_pos(ncol+1);
3592 if (colmax > 0)
3593 colmax += pageoffset + get_troff_indent();
3610 colmax = tbl->get_tab_pos(2) + pageoffset + get_troff_indent();
3612 update_min_max(type_of_col, &colmin, &colmax, g);
3649 if ((ncol == 0) || (! tbl->add_column(ncol, colmin, colmax, align))) {

Completed in 174 milliseconds