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

/freebsd-12-stable/lib/libiconv_modules/mapper_zone/
H A Dcitrus_mapper_zone.c66 struct _zone mz_col; member in struct:_citrus_mapper_zone
243 if (parse_zone(ms, &ps, &mz->mz_col))
250 mz->mz_row = mz->mz_col;
252 if (parse_zone(ms, &ps, &mz->mz_col))
292 if (check_rowcol(&mz->mz_col, mz->mz_col_offset, colmax))
318 mz->mz_col.z_begin = mz->mz_col.z_end = 0;
356 if (col < mz->mz_col.z_begin || col > mz->mz_col.z_end)
367 col < mz->mz_col
[all...]

Completed in 97 milliseconds