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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libcpp/
H A Dmkdeps.c299 deps_write (const struct deps *d, FILE *fp, unsigned int colmax) argument
304 if (colmax && colmax < 34)
305 colmax = 34;
313 if (colmax && column > colmax)
334 if (colmax && column > colmax)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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)
/netbsd-6-1-5-RELEASE/lib/libc/citrus/modules/
H A Dcitrus_mapper_zone.c244 uint32_t rowmax, colmax; local
296 colmax = 0;
298 colmax = 1 << mz->mz_col_bits;
303 if (check_rowcol(&mz->mz_col, mz->mz_col_offset, colmax))
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/grohtml/
H A Dpost-html.cpp3522 int colmax = 0; // pacify compiler local
3586 colmax = 0;
3593 colmax = tbl->get_tab_pos(ncol+1);
3594 if (colmax > 0)
3595 colmax += pageoffset + get_troff_indent();
3612 colmax = tbl->get_tab_pos(2) + pageoffset + get_troff_indent();
3614 update_min_max(type_of_col, &colmin, &colmax, g);
3651 if ((ncol == 0) || (! tbl->add_column(ncol, colmin, colmax, align))) {

Completed in 127 milliseconds