Searched defs:Slave (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkPlace.c36 typedef struct Slave { struct
43 struct Slave *nextPtr; /* Next in list of windows placed relative
63 } Slave; typedef in typeref:struct:Slave
66 * Flag definitions for Slave structures:
86 struct Slave *slavePtr; /* First in linked list of slaves
102 * from Tk_Windows to Slave and Master structures for windows, if they
132 Slave *slavePtr, int argc, char **argv));
133 static Slave * FindSlave _ANSI_ARGS_((Tk_Window tkwin));
138 static void UnlinkSlave _ANSI_ARGS_((Slave *slavePtr));
167 Slave *slavePt
[all...]
/ast/src/lib/libtksh/tcl/
H A DtclInterp.c29 * struct Slave:
48 } Slave;
93 Tcl_Interp *slaveInterp; /* Slave Interpreter. */
112 * Maps from command names to Slave records. */
402 Slave *slavePtr; /* Interim slave record. */
420 slavePtr = (Slave *) Tcl_GetHashValue(hPtr);
467 Slave *slavePtr; /* Slave record. */
516 slavePtr = (Slave *) ckalloc((unsigned) sizeof(Slave));
47 } Slave; typedef in typeref:struct:__anon438
[all...]

Completed in 11 milliseconds