Searched defs:master (Results 1 - 7 of 7) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkGeometry.c | 21 * structures associated with its master. 26 Tk_Window master; /* The master that determines slave's member in struct:MaintainSlave 30 * master. */ 34 * with master. */ 38 * For each window that has been specified as a master to 51 * with this master. */ 55 * Hash table that maps from a master's Tk_Window token to a list of 56 * Maintains for that master: 216 * All the slaves for which this is the master windo [all...] |
H A D | tkTest.c | 132 * The following data structure represents the master for a test 137 Tk_ImageMaster master; /* Tk's token for image master. */ member in struct:TImageMaster 151 TImageMaster *masterPtr; /* Pointer to master for image. */ 162 Tk_ImageType *typePtr, Tk_ImageMaster master, 797 ImageCreate(interp, name, argc, argv, typePtr, master, clientDataPtr) 805 Tk_ImageMaster master; /* Token for image, to be used by us in 829 timPtr->master = master; 840 Tk_ImageChanged(master, [all...] |
H A D | tkPack.c | 85 * size. 0 means if this window is a master 328 Tk_Window master; 337 master = Tk_NameToWindow(interp, argv[2], tkwin); 338 if (master == NULL) { 341 masterPtr = GetPacker(master); 357 * Repack the master to allow new geometry information to 358 * propagate upwards to the master's master. 372 Tk_Window master; 380 master 327 Tk_Window master; local 371 Tk_Window master; local [all...] |
H A D | tkGrid.c | 117 * Keep one of these for each geometry master. 158 GridMaster *masterDataPtr; /* Additional data for geometry master. */ 216 * size. 0 means if this window is a master 292 Gridder *masterPtr; /* master grid record */ 310 Tk_Window master; 320 " bbox master ?column row ?column row??\"", 325 master = Tk_NameToWindow(interp, argv[2], tkwin); 326 if (master == NULL) { 329 masterPtr = GetGrid(master); 484 Tk_Window master; 309 Tk_Window master; local 483 Tk_Window master; local 550 Tk_Window master; local 589 Tk_Window master; local 613 Tk_Window master; local 686 Tk_Window master; local [all...] |
/ast/src/cmd/builtin/ |
H A D | pty.c | 45 "[c \atext\a?write \atext\a to the master; C style escapes " 48 "[d \amilliseconds\a?set the delay before each master write to " 50 "[i \are\a?read a line from the master; if it matches \are\a " 58 "[r [\are\a]]?read a line from the master [and it should match " 61 "[t \amilliseconds\a?set the master read timout to " 63 "[u \are\a?read lines from the master until one matches \are\a]" 66 "[w \atext\a?write \atext\a\\r\\n to the master; C style escapes " 71 "[I \are\a?ignore master lines matching \are\a]" 73 "[P \atext\a?delay each master write until the beginning of " 78 "[l:log?Log the master stdou 172 ptymopen(int *master) argument 207 mkpty(int* master, int* slave) argument 722 Master_t* master; local 953 int master; local [all...] |
/ast/src/lib/libtk/unix/ |
H A D | tkUnixWm.c | 71 Window master; /* Master window for TRANSIENT_FOR property, member in struct:TkWmInfo 79 Tk_Uid masterWindowName; /* Path name of window specified as master 361 wmPtr->master = None; 485 if (wmPtr->master != None) { 487 wmPtr->master); 1187 if (wmPtr->master != None) { 1666 Tk_Window master; 1670 argv[0], " transient window ?master?\"", (char *) NULL); 1674 if (wmPtr->master != None) { 1680 wmPtr->master 1660 Tk_Window master; local [all...] |
/ast/src/cmd/mailx/ |
H A D | mailx.h | 830 char* master; member in struct:__anon136::__anon147
|
Completed in 178 milliseconds