Lines Matching refs:scripts
106 * event may be generated by platform-specific code or by Tcl scripts. In
1178 Tcl_DString scripts, savedResult;
1308 * one. Append all of the binding scripts, with %-sequences expanded,
1309 * to "scripts", with null characters separating the scripts for
1313 Tcl_DStringInit(&scripts);
1371 detail.keySym, &scripts);
1372 Tcl_DStringAppend(&scripts, "", 1);
1375 if (Tcl_DStringLength(&scripts) == 0) {
1425 p = Tcl_DStringValue(&scripts);
1426 end = p + Tcl_DStringLength(&scripts);
1470 Tcl_DStringFree(&scripts);