Lines Matching defs:from
113 * -n -- If the new tty driver from UCB is available, this flag
117 * erase and kill don't remove characters from the screen.
413 char Capbuf[CAPBUFSIZ]; /* line from /etc/termcap for this TtyType */
414 char *Ttycap; /* termcap line from termcap or environ */
498 * Copied from the program by Kurt Shoens & Mark Horton.
715 case 'h': /* don't get type from htmp or env */
770 * entry from /etc/termcap. This prevents us from being
777 /* get current idea of terminal type from environment */
1118 * if called from terminal init, flag == -1 means reset "oldmode".
1131 if (flag < 0) { /* unconditionally reset oldmode (called from init) */
1295 bmove(char *from, char *to, int length)
1301 p = from;
1615 * Stolen from /usr/src/ucb/reset.c, which this mod obsoletes.