Lines Matching defs:another
530 int one, another;
537 another = (yloc - (int)lw->list.internal_height) / lw->list.row_height;
539 if (another >= lw->list.nrows) {
540 another = lw->list.nrows - 1;
548 another = (xloc - (int)lw->list.internal_width) / lw->list.col_width;
549 if (another >= lw->list.ncols) {
550 another = lw->list.ncols - 1;
558 if (another < 0)
559 another = 0;
560 *item = one + another;