Lines Matching defs:escape
383 int volatile escape;
431 escape = *cp;
433 escape = ESCAPE;
480 if (linebuf[0] != escape || value(ENAME_INTERACTIVE) == NULL ||
490 * On double escape, just send the single one.
493 if (c == escape) {
499 (void)printf("Unknown tilde escape.\n");
514 * Shell escape, send the balance of the
522 * Escape to command mode, but be nice!