Searched +refs:telnet +refs:new +refs:line (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/zsh-60/zsh/Misc/
H A Dcompctl-examples90 # path prefix up to the present is listed with ^D, not just the new
102 local line list=tf
103 read -cA line
104 # $line[2] is the first argument: check for possible compression args.
107 [[ $line[2] = *[Zz]* ]] && list=tfz
108 # $line[1] is the command name: something like tar or gnutar.
109 # $line[3] is the name of the tar archive.
114 # you can trick it with $PWD/file on the command line.
115 if [[ $line[3] != $tar_cache_name ]]; then
116 tar_cache_list=($($line[
[all...]
/macosx-10.9.5/lukemftp-13.92.1/tnftp/src/
H A Dftp.c99 #include <arpa/telnet.h>
126 #include <arpa/telnet.h>
380 char current_line[BUFSIZ]; /* last line of previous reply */
381 int c, n, line; local
394 for (line = 0 ;; line++) {
399 if (c == IAC) { /* handle telnet commands */
499 if (line == 0)
502 if (line > 0 && code == 0 && reply_callback != NULL)
2009 static char new[MAXPATHLE local
[all...]
/macosx-10.9.5/ncurses-42/ncurses/misc/
H A Dterminfo.src6 # Report bugs and new terminal descriptions to
141 # product line names used by that manufacturers.
167 # -ns No status line - suppress status line
169 # -s Enable status line.
172 # If a name has multiple suffixes and one is a line height, that one should
244 # the new organization, which puts ANSI types, xterm, Unix consoles,
245 # and vt100 up front in confidence that this will catch 95% of new hardware).
306 lpr|printer|line printer,
322 # ^D acts as a line brea
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dtermcap.src4 # Report bugs and new terminal descriptions to
116 # product line names used by that manufacturers.
142 # -ns No status line - suppress status line
144 # -s Enable status line.
147 # If a name has multiple suffixes and one is a line height, that one should
219 # the new organization, which puts ANSI types, xterm, Unix consoles,
220 # and vt100 up front in confidence that this will catch 95% of new hardware).
281 lpr|printer|line printer:\
535 # insert/delete line/cha
[all...]

Completed in 167 milliseconds