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

/xsrc/external/mit/xterm/dist/
H A Dmain.c2378 Window winToEmbedInto = None; local in function:main
2485 winToEmbedInto = (Window) strtol(option_value, &endPtr, 0);
3044 xtermEmbedWindow(winToEmbedInto);
H A Dmisc.c7774 xtermEmbedWindow(Window winToEmbedInto) argument
7779 TRACE(("checking winToEmbedInto %#lx\n", winToEmbedInto));
7780 if (xtermGetWinAttrs(dpy, winToEmbedInto, &attrs)) {
7788 winToEmbedInto));
7791 winToEmbedInto, 0, 0);

Completed in 17 milliseconds