Searched defs:channel (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libtksh/tcl/
H A DtclIOUtil.c83 * used to specify a channel, zero means that
86 * for file name or channel name. May be
89 * specify mode for channel. */
98 * to a channel. */
120 Tcl_AppendResult(interp, "channel \"", Tcl_GetChannelName(chan),
805 Tcl_Channel channel;
1003 channel = Tcl_GetStdChannel(TCL_STDIN);
1004 if (channel != NULL) {
1005 inputFile = Tcl_GetChannelFile(channel, TCL_READABLE);
1029 channel
1357 Tcl_Channel channel; local
[all...]
H A DtclUnixChan.c4 * Common channel driver for Unix channels based on files, command
21 * This structure describes per-instance state of a file based channel.
30 * This structure describes per-instance state of a pipe based channel.
46 * This structure describes per-instance state of a tcp based channel.
175 * This structure describes the channel type structure for file based IO:
189 FileGetProc, /* Get Tcl_Files out of channel. */
193 * This structure describes the channel type structure for command pipe
208 PipeGetProc, /* Get Tcl_Files out of channel. */
212 * This structure describes the channel type structure for TCP socket
227 TcpGetProc, /* Get Tcl_Files out of channel
1314 Tcl_Channel channel; local
2405 Tcl_Channel channel = NULL; local
[all...]
/ast/src/lib/libcs/
H A Dmsguser.c41 msgvcall(int fd, unsigned long channel, unsigned long call, Msg_return_t* ret, void** xp, va_list ap) argument
95 if ((t = msgcall(fd, channel, call, ret, ip, b, z, o)) == -1)
112 msgputu(&b, e, channel);
376 msgcall(int fd, unsigned long channel, unsigned long call, Msg_return_t* ret, ...) argument
382 n = msgvcall(fd, channel, call, ret, NiL, ap);
H A Dmsg.h55 #define MSG_LIST_ID (1<<0) /* list channel id */
173 unsigned long channel; member in struct:__anon345
/ast/src/cmd/cs/
H A Dmbb.c38 " be prefixed by its channel number. The server changes this to"
40 " identification number. Messages with invalid or missing channel"
56 " may send messages on channel 0, with the exception that client"
57 " messages on channel 0 are not sent to the other clients. The control"
60 " channel numbers in the bitmask \amask\a. The default"
62 " channel 0.]"
203 post(Css_t* css, Cssdisc_t* disc, Connection_t* from, register Connection_t* to, int channel, const char* format, ...) argument
211 sfprintf(state->tmp, "%d", channel);
222 m = CHAN_MASK(channel);
/ast/src/cmd/3d/
H A D3d.h190 long channel; member in struct:Mount
357 #define fsmount(p) (((p)->channel&&(p)->fs->fd)?((p)->channel==-1?-1:(p)->fs->fd):fschannel(p))
451 } channel; member in struct:__anon7
/ast/src/lib/libtksh/src/
H A DtclIO.c5 * all platforms and for all channel types) of Tcl's IO facilities.
55 * Buffers data being sent to or from a channel.
84 * each close callback registered for a channel.
108 struct Channel *chanPtr; /* The channel for which this script is
138 * One of these structures is allocated for each open channel. It contains data
139 * specific to the channel but which belongs to the generic part of the Tcl
140 * channel mechanism, and it points at an instance specific (and type
141 * specific) * instance data, and at a channel type structure.
145 char *channelName; /* The name of the channel instance in Tcl
164 int outEofChar; /* If nonzero, append this to the channel
988 Tcl_Channel channel = NULL; local
[all...]

Completed in 27 milliseconds