Lines Matching defs:reply
1360 Tcl_DString reply;
1414 Tcl_DStringInit(&reply);
1415 Tcl_DStringAppend(&reply, "\0r\0-s ", 6);
1416 Tcl_DStringAppend(&reply, serial, -1);
1417 Tcl_DStringAppend(&reply, "\0-r ", 4);
1422 Tcl_DStringAppend(&reply, "X server insecure (must use xauth-style authorization); command ignored", -1);
1435 Tcl_DStringAppend(&reply,
1437 Tcl_DStringAppend(&reply, interpName, -1);
1438 Tcl_DStringAppend(&reply, "\"", 1);
1467 Tcl_DStringAppend(&reply, remoteInterp->result, -1);
1474 Tcl_DStringAppend(&reply, "\0-i ", 4);
1475 Tcl_DStringAppend(&reply, varValue, -1);
1480 Tcl_DStringAppend(&reply, "\0-e ", 4);
1481 Tcl_DStringAppend(&reply, varValue, -1);
1491 * call). Right now reply has everything but the completion
1501 Tcl_DStringAppend(&reply, "\0-c ", 4);
1502 Tcl_DStringAppend(&reply, buffer, -1);
1505 dispPtr->commProperty, Tcl_DStringValue(&reply),
1506 Tcl_DStringLength(&reply) + 1,
1509 Tcl_DStringFree(&reply);
1518 * This is a reply to some command that we sent out. Iterate