Searched defs:xloc (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1List.c327 * xloc, yloc - x location, and y location.
332 CvtToItem(w, xloc, yloc, item)
334 int xloc, yloc;
342 one = lw->list.nrows * ((xloc - (int) lw->list.internal_width)
356 another = (xloc - (int) lw->list.internal_width) / lw->list.col_width;
362 if ((xloc < 0) || (yloc < 0))
384 int xloc, yloc; local
386 xloc = event->xexpose.x;
388 CvtToItem(w, xloc, yloc, ul_ret);
389 xloc
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DList.c393 * xloc, yloc - x location, and y location.
398 CvtToItem(w, xloc, yloc, item)
400 int xloc, yloc;
408 one = lw->list.nrows * ((xloc - (int) lw->list.internal_width)
422 another = (xloc - (int) lw->list.internal_width) / lw->list.col_width;
428 if ((xloc < 0) || (yloc < 0))
451 int xloc, yloc; local
453 xloc = event->xexpose.x;
455 CvtToItem(w, xloc, yloc, ul_ret);
456 xloc
[all...]

Completed in 8 milliseconds