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

  /src/lib/libc/citrus/modules/
citrus_mapper_zone.c 244 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))
  /src/external/gpl2/groff/dist/src/devices/grohtml/
post-html.cpp 3522 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 29 milliseconds