Lines Matching defs:serial
86 int serial; /* Serial number expected in
129 * -r commWindow serial
133 * be identified with the serial number given by "serial" (in decimal).
156 * -s serial
159 * same as the "serial" field from the -s option in the command. This
191 * The following variable is the serial number that was used in the
1066 pending.serial = tkSendSerial;
1359 char *interpName, *script, *serial, *end;
1375 serial = "";
1384 p = serial = end+1;
1416 Tcl_DStringAppend(&reply, serial, -1);
1512 int serial, code, gotSerial;
1553 if (sscanf(p+2, " %d", &serial) == 1) {
1575 if ((serial != pcPtr->serial) || (pcPtr->result != NULL)) {