Searched refs:mytop (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xman/dist/
H A Dbuttons.c219 Widget mytop, pane, hpane, mysections; /* Widgets */ local in function:CreateManpageWidget
228 mytop = XtCreatePopupShell(name, topLevelShellWidgetClass, initial_widget,
231 man_globals->This_Manpage = mytop; /* pointer to root widget of Manualpage. */
235 XCreateBitmapFromData(XtDisplay(mytop), XtScreen(mytop)->root,
240 XCreateBitmapFromData(XtDisplay(mytop), XtScreen(mytop)->root,
244 XtSetValues(mytop, arglist, num_args);
246 pane = XtCreateManagedWidget("vertPane", panedWidgetClass, mytop, NULL,
259 CreateOptionMenu(man_globals, mytop);
[all...]
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_video.c2401 CARD16 mytop = getvideoreg(pSiS, Index_VI_Win_Ver_Disp_Start_Low); local in function:set_overlay
2402 mytop |= ((getvideoreg(pSiS, Index_VI_Win_Ver_Over) & 0x0f) << 8);
2403 pOverlay->oldtop = mytop;
2405 if(mytop < screenY - 2) {
2408 } while((watchdog <= mytop) || (watchdog >= screenY));
3321 int i, mytop = overlay.oldtop; local in function:SISDisplayVideo
3328 if(mytop < screenHeight - 2) {
3331 } while((watchdog <= mytop) || (watchdog >= screenHeight));

Completed in 7 milliseconds