Home
last modified time | relevance | path

Searched refs:thistrans (Results 1 – 14 of 14) sorted by relevance

/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/xtrans/
H A DXtranstli.c435 Xtransport *thistrans;
449 thistrans->TransName, 0,0 );
456 thistrans->TransName, 0,0 );
494 Xtransport *thistrans;
509 thistrans->TransName, 0,0 );
517 thistrans->TransName, 0,0 );
541 Xtransport *thistrans;
556 thistrans->TransName, 0,0 );
599 Xtransport *thistrans;
637 Xtransport *thistrans;
[all …]
H A DXtransdnet.c188 TRANS(DNETOpenCOTSClient) (thistrans, protocol, host, port)
190 Xtransport *thistrans;
220 TRANS(DNETOpenCOTSServer) (thistrans, protocol, host, port)
222 Xtransport *thistrans;
256 TRANS(DNETOpenCLTSClient) (thistrans, protocol, host, port)
258 Xtransport *thistrans;
290 Xtransport *thistrans;
308 TRANS(DNETReopenCOTSServer) (thistrans, fd, port)
310 Xtransport *thistrans;
333 TRANS(DNETReopenCLTSServer) (thistrans, fd, port)
[all …]
H A DXtranssock.c468 Xtransport *thistrans;
486 thistrans->TransName, 0, 0);
494 thistrans->TransName, 0, 0);
513 Xtransport *thistrans;
530 thistrans->TransName, 0, 0);
538 thistrans->TransName, 0, 0);
575 Xtransport *thistrans;
592 thistrans->TransName, 0, 0);
619 Xtransport *thistrans;
663 Xtransport *thistrans;
[all …]
H A DXtransos2.c53 TRANS(Os2OpenClient)(thistrans, protocol, host, port)
54 Xtransport *thistrans;
258 Xtransport *thistrans;
390 Xtransport *thistrans;
403 Xtransport *thistrans;
417 Xtransport *thistrans;
431 Xtransport *thistrans;
444 TRANS(Os2ReopenCOTSServer)(thistrans, fd, port)
445 Xtransport *thistrans;
495 TRANS(Os2ReopenCLTSServer)(thistrans, fd, port)
[all …]
H A DXtrans.c403 Xtransport *thistrans; variable
442 ciptr = thistrans->OpenCOTSClient(thistrans, protocol, host, port);
447 ciptr = thistrans->OpenCOTSServer(thistrans, protocol, host, port);
452 ciptr = thistrans->OpenCLTSClient(thistrans, protocol, host, port);
457 ciptr = thistrans->OpenCLTSServer(thistrans, protocol, host, port);
475 ciptr->transptr = thistrans;
503 Xtransport *thistrans = NULL; variable
518 if (thistrans == NULL)
540 ciptr = thistrans->ReopenCOTSServer(thistrans, fd, port);
543 ciptr = thistrans->ReopenCLTSServer(thistrans, fd, port);
[all …]
H A DXtransmnx.c59 Xtransport *thistrans;
75 if ((ciptr= alloc_ConnInfo(thistrans)) == NULL)
122 Xtransport *thistrans;
138 if ((ciptr= alloc_ConnInfo(thistrans)) == NULL)
185 Xtransport *thistrans;
199 Xtransport *thistrans;
214 Xtransport *thistrans;
231 Xtransport *thistrans;
1237 alloc_ConnInfo(thistrans) in alloc_ConnInfo() argument
1238 Xtransport *thistrans; in alloc_ConnInfo()
[all …]
H A DXtranslcl.c2091 Xtransport *thistrans;
2110 Xtransport *thistrans;
2135 if (!strcmp(thistrans->TransName, typebuf))
2143 thistrans->flags |= TRANS_DISABLED;
2158 Xtransport *thistrans;
2177 Xtransport *thistrans;
2194 TRANS(LocalReopenCOTSServer)(thistrans, fd, port)
2196 Xtransport *thistrans;
2207 if( strcmp(thistrans->TransName,
2224 Xtransport *thistrans;
[all …]
H A DXtransam.c795 TRANS(AMOpenCOTSClient)(thistrans, protocol, host, port)
796 Xtransport *thistrans;
1526 TRANS(AMOpenCOTSServer)(thistrans, protocol, given_host, port)
1527 Xtransport *thistrans;
1567 TRANS(AMOpenCLTSClient)(thistrans, protocol, host, port)
1568 Xtransport *thistrans;
1587 TRANS(AMOpenCLTSServer)(thistrans, protocol, host, port)
1588 Xtransport *thistrans;
/dports/x11/xtrans/xtrans-1.4.0/
H A DXtrans.c408 Xtransport *thistrans; in TRANS() local
430 if ((thistrans = TRANS(SelectTransport) (protocol)) == NULL) in TRANS()
447 ciptr = thistrans->OpenCOTSClient(thistrans, protocol, host, port); in TRANS()
452 ciptr = thistrans->OpenCOTSServer(thistrans, protocol, host, port); in TRANS()
461 if (!(thistrans->flags & TRANS_DISABLED)) in TRANS()
472 ciptr->transptr = thistrans; in TRANS()
495 Xtransport *thistrans = NULL; in TRANS() local
506 thistrans = Xtransports[i].transport; in TRANS()
510 if (thistrans == NULL) in TRANS()
530 ciptr = thistrans->ReopenCOTSServer(thistrans, fd, port); in TRANS()
[all …]
H A DXtranssock.c583 TRANS(SocketOpenCOTSClient) (Xtransport *thistrans, const char *protocol, in TRANS()
587 thistrans->TransName, protocol, host, port, -1); in TRANS()
597 TRANS(SocketOpenCOTSServer) (Xtransport *thistrans, const char *protocol, in TRANS()
608 while ((i = TRANS(SocketSelectFamily) (i, thistrans->TransName)) >= 0) { in TRANS()
616 thistrans->TransName); in TRANS()
619 thistrans->TransName); in TRANS()
664 TRANS(SocketReopenCOTSServer) (Xtransport *thistrans, int fd, const char *port) in TRANS()
675 while ((i = TRANS(SocketSelectFamily) (i, thistrans->TransName)) >= 0) { in TRANS()
683 thistrans->TransName); in TRANS()
686 thistrans->TransName); in TRANS()
H A DXtranslcl.c2000 TRANS(LocalOpenCOTSClient)(Xtransport *thistrans _X_UNUSED, const char *protocol, in TRANS()
2015 TRANS(LocalOpenCOTSServer)(Xtransport *thistrans, const char *protocol, in TRANS()
2041 if (!strcmp(thistrans->TransName, typebuf)) in TRANS()
2043 if (!strcasecmp(thistrans->TransName, typetocheck)) in TRANS()
2051 prmsg(3,"LocalOpenCOTSServer: disabling %s\n",thistrans->TransName); in TRANS()
2052 thistrans->flags |= TRANS_DISABLED; in TRANS()
2064 TRANS(LocalReopenCOTSServer)(Xtransport *thistrans, int fd, const char *port) in TRANS()
2073 if( strcmp(thistrans->TransName, in TRANS()
/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dgui.c4259 int32 thistrans, i, j, k; in optimise() local
4297 thistrans = optimise_more ? 10000 : 0; in optimise()
4337 if( thistrans != 10000 ) in optimise()
4339 … if( (to->at_Tracks[i][j].stp_Note-from->at_Tracks[op_track][j].stp_Note) != thistrans ) in optimise()
4342 thistrans = to->at_Tracks[i][j].stp_Note - from->at_Tracks[op_track][j].stp_Note; in optimise()
4343 if( ( (thistrans+op_trans) < -128 ) || in optimise()
4344 ( (thistrans+op_trans) > 127 ) ) in optimise()
4394 thistrans = 0; in optimise()
4397 if( thistrans == 10000 ) thistrans = 0; in optimise()
4400 to->at_Positions[op_pos].pos_Transpose[op_chan] = op_trans-thistrans; in optimise()
/dports/cad/electric/electric-7.00/src/drc/
H A Ddrc.c1521 XARRAY xformr, xformt, thistrans, subrot; in dr_schcheckpoly() local
1529 transmult(xformr, otrans, thistrans); in dr_schcheckpoly()
1533 transmult(xformt, thistrans, subrot); in dr_schcheckpoly()
1550 xformpoly(opoly, thistrans); in dr_schcheckpoly()
/dports/cad/electric/electric-7.00/src/net/
H A Dnetwork.cpp7854 XARRAY rot, tran, temptrans, thistrans; in net_highlightsubnet() local
7873 transmult(temptrans, trans, thistrans); in net_highlightsubnet()
7880 xform(x1, y1, &x1, &y1, thistrans); in net_highlightsubnet()
7881 xform(x2, y2, &x2, &y2, thistrans); in net_highlightsubnet()
7894 net_highlightsubnet(infstr, topnp, ni, thistrans, subnet); in net_highlightsubnet()