Lines Matching defs:escape
96 int escape, eof;
199 escape = SENDESC;
200 if ((cp = value("escape")) != NOSTR)
201 escape = *cp;
328 if ((linebuf[0] != escape) || (rflag != NOSTR) ||
335 * On double escape, just send the single one.
337 if ((nread > 1) && (linebuf[1] == escape)) {
351 printf(gettext("Unknown tilde escape.\n"));
391 * Shell escape, send the balance of the
406 if (cp = value("escape"))
407 escape = *cp;