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

/netbsd-6-1-5-RELEASE/lib/libc/citrus/modules/
H A Dcitrus_mapper_zone.c67 struct _zone mz_col; member in struct:_citrus_mapper_zone
248 if (parse_zone(ms, &ps, &mz->mz_col))
255 mz->mz_row = mz->mz_col;
257 if (parse_zone(ms, &ps, &mz->mz_col))
303 if (check_rowcol(&mz->mz_col, mz->mz_col_offset, colmax))
333 mz->mz_col.z_begin = mz->mz_col.z_end = 0;
370 if (col < mz->mz_col.z_begin || col > mz->mz_col.z_end)
381 col < mz->mz_col
[all...]

Completed in 52 milliseconds