Lines Matching full:ctrl
214 /* local helpers to make ctrl+c and ctrl+y working, see below */
268 _("-warning, CTRL-Y will leave sub-process(es) around.\n"));
284 _("-warning, you may have to re-enable CTRL-Y handling from DCL.\n"));
601 * Code to make ctrl+c and ctrl+y working.
608 * The next problem is ctrl+y which isn't caught by the crtl and
610 * already established). The only way to catch ctrl+y, is an AST
611 * assigned to the input channel. But ctrl+y handling of DCL needs to be
613 * ctrl+y handling of DCL needs to be re-established before make exits.
621 * ctrl+y, if not one is set up for a channel to SYS$COMMAND. In general
623 * nobody can press ctrl+y. During the setup the DCL handling of ctrl+y
625 * If the user interrupts with ctrl+y, the assigned AST will fire, force
629 * enables the ctrl+y be delivered to this code. And the ctrl+c too,
634 * And SIGINT too will be delayed. That is ctrl+c can only abort when the