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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1List.c819 ListWidget rl = (ListWidget) request; local
823 if ((cl->list.foreground != rl->list.foreground) ||
824 (cl->core.background_pixel != rl->core.background_pixel) ||
825 (cl->list.font != rl->list.font) ) {
835 if ((cl->list.row_space != rl->list.row_space) ||
836 (cl->list.font != rl->list.font))
841 if ((cl->core.width != rl->core.width) ||
842 (cl->core.height != rl->core.height) ||
843 (cl->list.internal_width != rl->list.internal_width) ||
844 (cl->list.internal_height != rl
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DList.c952 ListWidget rl = (ListWidget) request; local
1021 (rl->list.force_cols != nl->list.ncols) ) ||
/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Ddga_Xrequests.c137 struct rlimit rl; local
141 size = (getrlimit(RLIMIT_NOFILE, &rl) < 0) ?
142 dga_extinfo_table_size : rl.rlim_cur;

Completed in 17 milliseconds