Searched defs:lh (Results 1 - 3 of 3) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1Box.c | 148 Dimension lw, lh; /* Width and height needed for current line */ local 160 lh = 0; 176 h += lh + bbw->box.v_space; 177 lh = 0; 207 AssignMax(lh, bh); 211 if (!vbox && width && lw > width && lh < height) { 213 Dimension sw = lw, sh = lh; 249 h += lh + bbw->box.v_space;
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | Box.c | 169 Dimension lw, lh; /* Width and height needed for current line */ local 188 lh = 0; 204 h += lh + bbw->box.v_space; 205 lh = 0; 235 AssignMax(lh, bh); 239 if (!vbox && width && lw > width && lh < height) { 241 Dimension sw = lw, sh = lh; 278 h += lh + bbw->box.v_space;
|
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_crtc.c | 1289 struct list_head *lh; local 1315 list_for_each(lh, &file->fbs) 1339 list_for_each(lh, &dev->mode_config.crtc_list) 1342 list_for_each(lh, &dev->mode_config.connector_list) 1345 list_for_each(lh, &dev->mode_config.encoder_list)
|
Completed in 42 milliseconds