Searched defs:other (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkVisual.c | 137 * Use the colormap from the other window too (but be sure 262 * over other visuals, all else being equal. 379 Tk_Window other; 400 * visual as tkwin (which means, among other things, that the 401 * other window must be on the same screen). 404 other = Tk_NameToWindow(interp, string, tkwin); 405 if (other == NULL) { 408 if (Tk_Screen(other) != Tk_Screen(tkwin)) { 413 if (Tk_Visual(other) != Tk_Visual(tkwin)) { 418 colormap = Tk_Colormap(other); 377 Tk_Window other; local [all...] |
H A D | tkCmds.c | 454 Tk_Window tkwin, other; 467 other = NULL; 469 other = Tk_NameToWindow(interp, argv[2], main); 470 if (other == NULL) { 474 if (Tk_RestackWindow(tkwin, Below, other) != TCL_OK) { 510 Tk_Window tkwin, other; 523 other = NULL; 525 other = Tk_NameToWindow(interp, argv[2], main); 526 if (other == NULL) { 530 if (Tk_RestackWindow(tkwin, Above, other) ! 447 Tk_Window tkwin, other; local 502 Tk_Window tkwin, other; local [all...] |
H A D | tkPack.c | 465 * This procedure is invoked by Tk whenever some other geometry 1432 Tk_Window other, slave, parent, ancestor; 1501 other = Tk_NameToWindow(interp, argv[i+1], tkwin); 1502 if (other == NULL) { 1505 prevPtr = GetPacker(other); 1524 other = Tk_NameToWindow(interp, argv[i+1], tkwin); 1525 if (other == NULL) { 1528 otherPtr = GetPacker(other); 1568 other = Tk_NameToWindow(interp, argv[i+1], tkwin); 1569 if (other 1420 Tk_Window other, slave, parent, ancestor; local [all...] |
H A D | tkGrid.c | 885 * This procedure is invoked by Tk whenever some other geometry 2110 Tk_Window other, slave, parent, ancestor; 2255 other = Tk_NameToWindow(interp, argv[i+1], tkwin); 2256 if (other == NULL) { 2259 if (other == slave) { 2263 masterPtr = GetGrid(other); 2473 other = Tk_NameToWindow(interp, lastWindow, tkwin); 2474 otherPtr = GetGrid(other); 2095 Tk_Window other, slave, parent, ancestor; local
|
/ast/src/cmd/mailx/ |
H A D | list.c | 16 * following disclaimer in the documentation and/or other * 45 * the documentation and/or other materials provided with the * 360 int other; local 376 other = 0; 388 other++; 446 other++; 468 if (other) {
|
Completed in 35 milliseconds