Searched refs:bind (Results 1 - 22 of 22) sorted by relevance

/ast/src/lib/libtk/library/demos/
H A Dsquare20 bind .s <1> {center %x %y}
21 bind .s <B1-Motion> {center %x %y}
22 bind .s a animate
H A Dtimer38 bind . <Control-c> {destroy .}
39 bind . <Control-q> {destroy .}
H A Drmt58 bind .t <Return> {
64 bind .t <Delete> {
72 bind .t <BackSpace> {
80 bind .t <Control-d> {
85 bind .t <Control-k> {
90 bind .t <Control-t> {
95 bind .t <Meta-d> {
100 bind .t <Meta-BackSpace> {
105 bind .t <Control-h> {
H A Dbrowse55 bind all <Control-c> {destroy .}
56 bind .list <Double-Button-1> {foreach i [selection get] {browse $dir $i}}
H A Dwidget35 bind . <F1> aboutBox
81 .t tag bind demo <ButtonRelease-1> {
85 .t tag bind demo <Enter> {
91 .t tag bind demo <Leave> {
96 .t tag bind demo <Motion> {
163 .t insert end "3. Hypertext (tag bindings)." {demo demo-bind}
H A Dtcolor95 bind .names <Double-1> {
133 bind .name <Return> {tc_loadNamedColor $name}
/ast/src/lib/libtk/
H A DMakefile79 library/demos/bind.tcl \
181 library/demos/bind.tcl \
315 doc/bind.n \
/ast/src/lib/libcs/
H A Dcsbind.c48 messagef((state->id, NiL, -1, "bind: %s: udp_datagram error", type));
53 messagef((state->id, NiL, -1, "bind: %s: udp_connect error", type));
60 messagef((state->id, NiL, -1, "bind: %s: tcp_sock error", type));
72 messagef((state->id, NiL, -1, "bind: %s %s error", type, addr ? "tcp_connect" : "tcp_listen"));
90 messagef((state->id, NiL, -1, "bind: %s: invalid type", type));
95 messagef((state->id, NiL, -1, "bind: %s: AF_INET socket error", type));
154 messagef((state->id, NiL, -1, "bind: %s: connect error", type));
168 if (!bind(fd, (struct sockaddr*)&nam, sizeof(nam)) && (sock != SOCK_STREAM || !listen(fd, 32)))
175 else messagef((state->id, NiL, -1, "bind: %s: getsockname error", type));
178 messagef((state->id, NiL, -1, "bind
[all...]
H A Dcsopen.c525 if (!bind(fd, (struct sockaddr*)&nam, namlen))
539 messagef((state->id, NiL, -1, "open: %s: %s: bind error", state->path, path));
/ast/src/cmd/nmake/
H A DMakefile30 archive.c bind.c command.c dump.c expand.c main.c make.c \
H A Dmake.h76 #undef bind macro
81 #define bind bindrule /* avoids possible socket clash */ macro
184 #define MAXBIND UCHAR_MAX/* maximum bind index */
245 #define MERGE_BOUND (1<<3) /* MERGE_ALL but no bind */
357 #define D_bindindex (1L<<24) /* bind index table entry */
372 #define M_bind (1<<0) /* bind recursion mark */
374 #define M_directory (1<<2) /* bind directory mark */
511 unsigned char view; /* view bind index */
521 unsigned char source; /* source bind index */
594 Rule_t* bind; /* member in struct:Internal_s
[all...]
H A Dvariable.c314 r = bind(r);
H A Dmake.c52 if (!s->scan && (u = staterule(RULE, bind(s), NiL, 0)) && u->scan)
526 if ((r1 = bind(r)) == r)
553 bind(r1);
H A Drule.c597 else if (r == internal.bind || r == internal.force)
603 message((-2, "bind(%s)", x->name));
604 x = bind(x);
1526 INIT(bind, ".BIND", P_immediate);
H A Dexpand.c238 * W component prefix to not wait for bind
803 * generate and bind (scan) the ordered dir list
1428 if ((d->mark & M_MUST) && (sp = rsfopen(bind(r)->name)))
1867 r = bind(r);
2451 r = bind(r);
2801 x = bind(x);
H A Dbind.c650 * d is the bind directory for path
858 * bind a rule to a file
1350 return bind(r);
1485 * bind the rule to file name in b
1578 * bind a rule, possibly changing the rule name
1582 bind(register Rule_t* r) function
1602 dumpregress(state.mam.out, "bind", r->name, r->statedata);
H A Dstate.c245 * force<0 prevents a state bind
347 r = bind(r);
691 * bind() and scan() r->parameter file prerequisites
827 * bind statevar r to a variable
H A DMakerules.mk589 * bind overrides
682 print -um bind -l$(B) dontcare
877 print -um bind -l$(L)
/ast/src/lib/libast/uwin/
H A Drcmd.c81 if (bind(s, (struct sockaddr *)&sin, sizeof (sin)) >= 0)
/ast/src/cmd/INIT/
H A Dmamake.c1017 * bind r to a file and return the modify time
1021 bind(Rule_t* r) function
1565 z = bind(r);
1604 x = bind(q);
/ast/src/lib/libtksh/tcl/
H A DtclUnixChan.c1982 * do a synchronous connect or bind. */
2022 * Set up to reuse server addresses automatically and bind to the
2029 status = bind(sock, (struct sockaddr *) &sockaddr,
2039 status = bind(sock, (struct sockaddr *) &mysockaddr,
/ast/src/cmd/ksh93/sh/
H A Dio.c300 if (server && !bind(fd, p->ai_addr, p->ai_addrlen) && !listen(fd, 5) || !server && !connect(fd, p->ai_addr, p->ai_addrlen))
964 while ((r=bind (pv[out], (struct sockaddr *) &sin, slen)) == -1 && errno==EADDRINUSE);

Completed in 97 milliseconds