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

/xsrc/external/mit/twm/dist/src/
H A Dtwm.c206 int numManaged, firstscrn, lastscrn, scrnum; local in function:main
351 firstscrn = 0;
355 firstscrn = lastscrn = DefaultScreen(dpy);
368 for (scrnum = firstscrn; scrnum <= lastscrn; scrnum++) {
369 Bool FirstScreen = scrnum == firstscrn;
/xsrc/external/mit/ctwm/dist/
H A Dctwm_main.c172 int numManaged, firstscrn, lastscrn; local in function:ctwm_main
329 firstscrn = 0;
333 firstscrn = lastscrn = 0;
336 firstscrn = lastscrn = DefaultScreen(dpy);
365 for(int scrnum = firstscrn ; scrnum <= lastscrn; scrnum++) {

Completed in 4 milliseconds