Searched refs:ancestor (Results 1 - 9 of 9) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkGeometry.c43 Tk_Window ancestor; /* The lowest ancestor of this window member in struct:MaintainMaster
266 Tk_Window ancestor, parent;
284 masterPtr->ancestor = master;
313 * and some of its ancestors (masterPtr->ancestor tells how many).
316 for (ancestor = master; ancestor != parent;
317 ancestor = Tk_Parent(ancestor)) {
318 if (ancestor
262 Tk_Window ancestor, parent; local
384 Tk_Window ancestor; local
551 Tk_Window ancestor, parent; local
[all...]
H A DtkTextWind.c359 Tk_Window ancestor, parent;
369 for (ancestor = textPtr->tkwin; ;
370 ancestor = Tk_Parent(ancestor)) {
371 if (ancestor == parent) {
374 if (Tk_IsTopLevel(ancestor)) {
772 Tk_Window ancestor;
797 for (ancestor = textPtr->tkwin; ;
798 ancestor = Tk_Parent(ancestor)) {
357 Tk_Window ancestor, parent; local
762 Tk_Window ancestor; local
[all...]
H A DtkCanvWind.c311 Tk_Window ancestor, parent;
321 for (ancestor = canvasTkwin; ;
322 ancestor = Tk_Parent(ancestor)) {
323 if (ancestor == parent) {
326 if (((Tk_FakeWin *) (ancestor))->flags & TK_TOP_LEVEL) {
308 Tk_Window ancestor, parent; local
H A DtkPack.c1030 Tk_Window tkwin, ancestor, parent;
1062 for (ancestor = masterPtr->tkwin; ; ancestor = Tk_Parent(ancestor)) {
1063 if (ancestor == parent) {
1066 if (((Tk_FakeWin *) (ancestor))->flags & TK_TOP_LEVEL) {
1432 Tk_Window other, slave, parent, ancestor;
1675 * an ancestor of the master, and that the master and slave
1680 for (ancestor = masterPtr->tkwin; ; ancestor
1022 Tk_Window tkwin, ancestor, parent; local
1420 Tk_Window other, slave, parent, ancestor; local
[all...]
H A DtkPlace.c550 Tk_Window ancestor;
564 for (ancestor = tkwin; ; ancestor = Tk_Parent(ancestor)) {
565 if (ancestor == Tk_Parent(slavePtr->tkwin)) {
568 if (Tk_IsTopLevel(ancestor)) {
545 Tk_Window ancestor; local
H A DtkGrid.c2110 Tk_Window other, slave, parent, ancestor;
2370 * an ancestor of the master, and that the master and slave
2374 for (ancestor = masterPtr->tkwin; ; ancestor = Tk_Parent(ancestor)) {
2375 if (ancestor == parent) {
2378 if (Tk_IsTopLevel(ancestor)) {
2095 Tk_Window other, slave, parent, ancestor; local
/ast/src/cmd/mam/
H A Dmamnew.c68 #define A_ancestor (A_LAST<<1) /* ancestor directory */
88 int ancestor; /* ancestor dir .. count */ member in struct:__anon157
156 else if (n > state.ancestor)
157 state.ancestor = n;
626 if (state.ancestor)
627 sfprintf(sfstdout, "\nancestor = %d\n", state.ancestor);
/ast/src/lib/libtk/unix/
H A DtkUnixWm.c63 * gives the ID of the ancestor of the window
2066 Window vRoot, ancestor, *children, dummy2, *virtualRootPtr;
2137 * Search up the window hierarchy to find the ancestor of this
2150 if (XQueryTree(winPtr->display, wmPtr->reparent, &dummy2, &ancestor,
2156 if ((ancestor == vRoot) ||
2157 (ancestor == RootWindow(winPtr->display, winPtr->screenNum))) {
2160 wmPtr->reparent = ancestor;
3842 * property of its nearest top-level ancestor, unless the
3935 * property of its nearest top-level ancestor, unless the
2056 Window vRoot, ancestor, *children, dummy2, *virtualRootPtr; local
/ast/src/cmd/nmake/
H A DMakerules.mk29 .ANCESTOR.LIST = $(-ancestor-source) .SOURCE.a lib .SOURCE.h include
37 set option=';ancestor;n;-;Set the ancestor search directory depth to \adepth\a. \bMAKEPATH\b and variant recursive invocations may increase the depth.;depth:=3'
38 set option=';ancestor-source;s;-;A list of \b.SOURCE\b\a.suffix\a \adirectory\a pairs added to the ancestor directory search.;.SOURCE.suffix directory...:=$(.ANCESTOR.LIST)'
2817 * .SOURCE.h, INCLUDEDIR, LDLIBRARIES and ancestor
3206 if ! "$(-?ancestor)"
3217 set ancestor:=$(I)
4098 if A = "$(-ancestor)"

Completed in 57 milliseconds