Searched defs:one (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DcsstartNX.c106 int one = 1; local
107 setsockopt(request, SOL_SOCKET, SO_REUSEADDR, (char *)&one, sizeof(int));
111 in sequence and return the one that works. */
168 /* If the TCP socket exists, we just assume the UNIX one
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1List.c337 int one, another; local
342 one = lw->list.nrows * ((xloc - (int) lw->list.internal_width)
353 one = (lw->list.ncols * ((yloc - (int) lw->list.internal_height)
364 if (one < 0) one = 0;
366 *item = one + another;
927 PaintItemName(w, lw->list.is_highlighted); /* unhighlight this one. */
948 PaintItemName(w, item); /* HIGHLIGHT this one. */
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DList.c403 int one, another; local
408 one = lw->list.nrows * ((xloc - (int) lw->list.internal_width)
419 one = (lw->list.ncols * ((yloc - (int) lw->list.internal_height)
430 if (one < 0) one = 0;
432 *item = one + another;
1000 if row_space was altered. If one of the above passed, row_height will
1148 PaintItemName(w, lw->list.is_highlighted); /* unhighlight this one. */
1173 PaintItemName(w, item); /* HIGHLIGHT this one. */

Completed in 15 milliseconds